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