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