pub struct Major(/* private fields */);Expand description
Represents a major “byte”. This includes both the major bits and the additional info.
Implementations§
Trait Implementations§
impl Copy for Major
impl Eq for Major
impl StructuralPartialEq for Major
Auto Trait Implementations§
impl Freeze for Major
impl RefUnwindSafe for Major
impl Send for Major
impl Sync for Major
impl Unpin for Major
impl UnwindSafe for Major
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