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