#[repr(transparent)]pub struct Trigfil(pub u32);Expand description
TRIGFIL control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Trigfil
impl Eq for Trigfil
impl StructuralPartialEq for Trigfil
Auto Trait Implementations§
impl Freeze for Trigfil
impl RefUnwindSafe for Trigfil
impl Send for Trigfil
impl Sync for Trigfil
impl Unpin for Trigfil
impl UnwindSafe for Trigfil
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