pub struct FlifInfo {
pub header: Header,
pub metadata: Vec<Metadata>,
pub second_header: SecondHeader,
/* private fields */
}Fields§
§header: Header§metadata: Vec<Metadata>§second_header: SecondHeaderTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlifInfo
impl !RefUnwindSafe for FlifInfo
impl Send for FlifInfo
impl Sync for FlifInfo
impl Unpin for FlifInfo
impl !UnwindSafe for FlifInfo
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