Struct OLECMDF
#[repr(transparent)]pub struct OLECMDF(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for OLECMDF
impl Eq for OLECMDF
impl StructuralPartialEq for OLECMDF
Auto Trait Implementations§
impl Freeze for OLECMDF
impl RefUnwindSafe for OLECMDF
impl Send for OLECMDF
impl Sync for OLECMDF
impl Unpin for OLECMDF
impl UnwindSafe for OLECMDF
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