#[repr(i32)]pub enum tagTYMED {
TYMED_HGLOBAL = 1,
TYMED_FILE = 2,
TYMED_ISTREAM = 4,
TYMED_ISTORAGE = 8,
TYMED_GDI = 16,
TYMED_MFPICT = 32,
TYMED_ENHMF = 64,
TYMED_NULL = 0,
}Variants§
TYMED_HGLOBAL = 1
TYMED_FILE = 2
TYMED_ISTREAM = 4
TYMED_ISTORAGE = 8
TYMED_GDI = 16
TYMED_MFPICT = 32
TYMED_ENHMF = 64
TYMED_NULL = 0
Trait Implementations§
impl Copy for tagTYMED
impl Eq for tagTYMED
impl StructuralPartialEq for tagTYMED
Auto Trait Implementations§
impl Freeze for tagTYMED
impl RefUnwindSafe for tagTYMED
impl Send for tagTYMED
impl Sync for tagTYMED
impl Unpin for tagTYMED
impl UnwindSafe for tagTYMED
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