#[repr(C)]pub struct FWCfgState { /* private fields */ }Trait Implementations§
Source§impl Clone for FWCfgState
impl Clone for FWCfgState
Source§fn clone(&self) -> FWCfgState
fn clone(&self) -> FWCfgState
Returns a duplicate 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 moreSource§impl Debug for FWCfgState
impl Debug for FWCfgState
impl Copy for FWCfgState
Auto Trait Implementations§
impl Freeze for FWCfgState
impl RefUnwindSafe for FWCfgState
impl Send for FWCfgState
impl Sync for FWCfgState
impl Unpin for FWCfgState
impl UnwindSafe for FWCfgState
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