pub struct FwCfgFile { /* private fields */ }Expand description
A struct that contains information of a fw_cfg file.
Implementations§
Trait Implementations§
impl Eq for FwCfgFile
impl StructuralPartialEq for FwCfgFile
Auto Trait Implementations§
impl Freeze for FwCfgFile
impl RefUnwindSafe for FwCfgFile
impl Send for FwCfgFile
impl Sync for FwCfgFile
impl Unpin for FwCfgFile
impl UnwindSafe for FwCfgFile
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