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