pub struct Extra {
pub length: u16,
pub subfield_id: SubfieldId,
pub data_length: u16,
pub data: Vec<u8>,
}
Fields§
§length: u16
§subfield_id: SubfieldId
§data_length: u16
§data: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Extra
impl RefUnwindSafe for Extra
impl Send for Extra
impl Sync for Extra
impl Unpin for Extra
impl UnwindSafe for Extra
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