pub struct Blksize(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Blksize
impl Ord for Blksize
Source§impl PartialOrd for Blksize
impl PartialOrd for Blksize
impl Copy for Blksize
impl Eq for Blksize
impl StructuralPartialEq for Blksize
Auto Trait Implementations§
impl Freeze for Blksize
impl RefUnwindSafe for Blksize
impl Send for Blksize
impl Sync for Blksize
impl Unpin for Blksize
impl UnwindSafe for Blksize
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