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