Enum stm32_metapac::eth::vals::Saif
#[repr(u8)]pub enum Saif {
NORMAL = 0,
INVERT = 1,
}
Variants§
NORMAL = 0
Source address filter operates normally
INVERT = 1
Source address filter operation inverted
Implementations§
Trait Implementations§
§impl Ord for Saif
impl Ord for Saif
§impl PartialOrd for Saif
impl PartialOrd for Saif
impl Copy for Saif
impl Eq for Saif
impl StructuralPartialEq for Saif
Auto Trait Implementations§
impl Freeze for Saif
impl RefUnwindSafe for Saif
impl Send for Saif
impl Sync for Saif
impl Unpin for Saif
impl UnwindSafe for Saif
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)