pub struct TrigEnable(/* private fields */);Implementations§
Source§impl TrigEnable
impl TrigEnable
Sourcepub const TRIG_ENABLE_0: Self
pub const TRIG_ENABLE_0: Self
disable all 8 external XBAR triggers.
Sourcepub const TRIG_ENABLE_1: Self
pub const TRIG_ENABLE_1: Self
enable external XBAR trigger0.
Sourcepub const TRIG_ENABLE_2: Self
pub const TRIG_ENABLE_2: Self
enable external XBAR trigger1.
Sourcepub const TRIG_ENABLE_3: Self
pub const TRIG_ENABLE_3: Self
enable external XBAR trigger0 and trigger1.
Sourcepub const TRIG_ENABLE_255: Self
pub const TRIG_ENABLE_255: Self
enable all 8 external XBAR triggers.
Source§impl TrigEnable
impl TrigEnable
Trait Implementations§
Source§impl Clone for TrigEnable
impl Clone for TrigEnable
Source§fn clone(&self) -> TrigEnable
fn clone(&self) -> TrigEnable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrigEnable
impl Debug for TrigEnable
Source§impl From<TrigEnable> for u8
impl From<TrigEnable> for u8
Source§fn from(val: TrigEnable) -> u8
fn from(val: TrigEnable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TrigEnable
impl From<u8> for TrigEnable
Source§fn from(val: u8) -> TrigEnable
fn from(val: u8) -> TrigEnable
Converts to this type from the input type.
Source§impl Ord for TrigEnable
impl Ord for TrigEnable
Source§fn cmp(&self, other: &TrigEnable) -> Ordering
fn cmp(&self, other: &TrigEnable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TrigEnable
impl PartialEq for TrigEnable
Source§impl PartialOrd for TrigEnable
impl PartialOrd for TrigEnable
impl Copy for TrigEnable
impl Eq for TrigEnable
impl StructuralPartialEq for TrigEnable
Auto Trait Implementations§
impl Freeze for TrigEnable
impl RefUnwindSafe for TrigEnable
impl Send for TrigEnable
impl Sync for TrigEnable
impl Unpin for TrigEnable
impl UnwindSafe for TrigEnable
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