pub struct DcxHeader { /* private fields */ }
Trait Implementations
impl Eq for DcxHeader
impl StructuralEq for DcxHeader
impl StructuralPartialEq for DcxHeader
Auto Trait Implementations
impl RefUnwindSafe for DcxHeader
impl Send for DcxHeader
impl Sync for DcxHeader
impl Unpin for DcxHeader
impl UnwindSafe for DcxHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more