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