#[repr(transparent)]pub struct FlexCfg0(pub u32);Expand description
Flexible Config 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for FlexCfg0
impl Eq for FlexCfg0
impl StructuralPartialEq for FlexCfg0
Auto Trait Implementations§
impl Freeze for FlexCfg0
impl RefUnwindSafe for FlexCfg0
impl Send for FlexCfg0
impl Sync for FlexCfg0
impl Unpin for FlexCfg0
impl UnwindSafe for FlexCfg0
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