struct FwCfgFile {
pub size: u32,
pub select: u16,
pub name: String,
}Fields§
§size: u32§select: u16§name: StringAuto 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