pub struct TX_TRIGR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for TX_TRIGR
impl RefUnwindSafe for TX_TRIGR
impl Send for TX_TRIGR
impl Sync for TX_TRIGR
impl Unpin for TX_TRIGR
impl UnwindSafe for TX_TRIGR
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