#[repr(transparent)]pub struct CfGatingOverride(pub u32);Expand description
CoolFlux BSP32 gating override
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for CfGatingOverride
impl Clone for CfGatingOverride
Source§fn clone(&self) -> CfGatingOverride
fn clone(&self) -> CfGatingOverride
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 CfGatingOverride
impl Debug for CfGatingOverride
Source§impl Default for CfGatingOverride
impl Default for CfGatingOverride
Source§fn default() -> CfGatingOverride
fn default() -> CfGatingOverride
Returns the “default value” for a type. Read more
Source§impl PartialEq for CfGatingOverride
impl PartialEq for CfGatingOverride
impl Copy for CfGatingOverride
impl Eq for CfGatingOverride
impl StructuralPartialEq for CfGatingOverride
Auto Trait Implementations§
impl Freeze for CfGatingOverride
impl RefUnwindSafe for CfGatingOverride
impl Send for CfGatingOverride
impl Sync for CfGatingOverride
impl Unpin for CfGatingOverride
impl UnwindSafe for CfGatingOverride
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