#[repr(C, packed(1))]pub struct DtBlobAtom {
pub dlen: u32,
}Fields§
§dlen: u32Trait Implementations§
Source§impl Clone for DtBlobAtom
impl Clone for DtBlobAtom
Source§fn clone(&self) -> DtBlobAtom
fn clone(&self) -> DtBlobAtom
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DtBlobAtom
impl Debug for DtBlobAtom
Source§impl Display for DtBlobAtom
impl Display for DtBlobAtom
impl Copy for DtBlobAtom
Auto Trait Implementations§
impl Freeze for DtBlobAtom
impl RefUnwindSafe for DtBlobAtom
impl Send for DtBlobAtom
impl Sync for DtBlobAtom
impl Unpin for DtBlobAtom
impl UnwindSafe for DtBlobAtom
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