Struct Idles
#[repr(transparent)]pub struct Idles(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Idles
impl Ord for Idles
§impl PartialOrd for Idles
impl PartialOrd for Idles
impl Copy for Idles
impl Eq for Idles
impl StructuralPartialEq for Idles
Auto Trait Implementations§
impl Freeze for Idles
impl RefUnwindSafe for Idles
impl Send for Idles
impl Sync for Idles
impl Unpin for Idles
impl UnwindSafe for Idles
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