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