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