pub struct ExtKeywordValue {
pub format: char,
pub endianness: Endianness,
pub raw_value: Vec<u8>,
}
Expand description
Represents an extended header keyword value with the necessary information to render it from raw bytes.
Fields§
§format: char
§endianness: Endianness
§raw_value: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtKeywordValue
impl RefUnwindSafe for ExtKeywordValue
impl Send for ExtKeywordValue
impl Sync for ExtKeywordValue
impl Unpin for ExtKeywordValue
impl UnwindSafe for ExtKeywordValue
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