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