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