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