#[repr(u8)]pub enum Id0101f {
NOT_FILTERED = 0,
SELECTED = 1,
}Variants§
NOT_FILTERED = 0
Transactions with these IDs are passed on to ATB master port 0.
SELECTED = 1
Transactions with these IDs are discarded by the replicator.
Implementations§
Trait Implementations§
Source§impl Ord for Id0101f
impl Ord for Id0101f
Source§impl PartialOrd for Id0101f
impl PartialOrd for Id0101f
impl Copy for Id0101f
impl Eq for Id0101f
impl StructuralPartialEq for Id0101f
Auto Trait Implementations§
impl Freeze for Id0101f
impl RefUnwindSafe for Id0101f
impl Send for Id0101f
impl Sync for Id0101f
impl Unpin for Id0101f
impl UnwindSafe for Id0101f
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