struct FwCfgEntry {
pub allow_write: bool,
pub data: Vec<u8>,
}Fields§
§allow_write: bool§data: Vec<u8>Trait Implementations§
Source§impl Clone for FwCfgEntry
impl Clone for FwCfgEntry
Source§fn clone(&self) -> FwCfgEntry
fn clone(&self) -> FwCfgEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FwCfgEntry
impl RefUnwindSafe for FwCfgEntry
impl Send for FwCfgEntry
impl Sync for FwCfgEntry
impl Unpin for FwCfgEntry
impl UnwindSafe for FwCfgEntry
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