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