pub enum IMFValue {
GUID(GUID),
String(String),
U32(u32),
U64(u64),
DoubleU32(u32, u32),
}
Variants§
Auto Trait Implementations§
impl Freeze for IMFValue
impl RefUnwindSafe for IMFValue
impl Send for IMFValue
impl Sync for IMFValue
impl Unpin for IMFValue
impl UnwindSafe for IMFValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more