pub struct UnknownSection {
pub identifier: [u8; 16],
pub data: Vec<u8>,
}Fields§
§identifier: [u8; 16]§data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for UnknownSection
impl Clone for UnknownSection
Source§fn clone(&self) -> UnknownSection
fn clone(&self) -> UnknownSection
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 UnknownSection
impl Debug for UnknownSection
Source§impl PartialEq for UnknownSection
impl PartialEq for UnknownSection
impl Eq for UnknownSection
impl StructuralPartialEq for UnknownSection
Auto Trait Implementations§
impl Freeze for UnknownSection
impl RefUnwindSafe for UnknownSection
impl Send for UnknownSection
impl Sync for UnknownSection
impl Unpin for UnknownSection
impl UnwindSafe for UnknownSection
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