#[repr(transparent)]pub struct OLECLOSE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl OLECLOSE
impl OLECLOSE
pub const OLECLOSE_SAVEIFDIRTY: Self
pub const OLECLOSE_NOSAVE: Self
pub const OLECLOSE_PROMPTSAVE: Self
Trait Implementations§
Source§impl Abi for OLECLOSE
impl Abi for OLECLOSE
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