pub struct ZeroBlob(pub u64);Expand description
A zero filled binary blob.
Tuple Fields§
§0: u64Size of the blob.
Trait Implementations§
impl Copy for ZeroBlob
impl Eq for ZeroBlob
impl StructuralPartialEq for ZeroBlob
Auto Trait Implementations§
impl Freeze for ZeroBlob
impl RefUnwindSafe for ZeroBlob
impl Send for ZeroBlob
impl Sync for ZeroBlob
impl Unpin for ZeroBlob
impl UnwindSafe for ZeroBlob
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