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