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