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