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