#[repr(transparent)]pub struct Flexcomm9Trig(pub u32);Expand description
LP_FLEXCOMM9 Trigger Input Connections
Tuple Fields§
§0: u32Implementations§
Source§impl Flexcomm9Trig
impl Flexcomm9Trig
Sourcepub const fn inp(&self) -> Flexcomm9TrigInp
pub const fn inp(&self) -> Flexcomm9TrigInp
LP_FLEXCOMM9 trigger input connections
Sourcepub const fn set_inp(&mut self, val: Flexcomm9TrigInp)
pub const fn set_inp(&mut self, val: Flexcomm9TrigInp)
LP_FLEXCOMM9 trigger input connections
Trait Implementations§
Source§impl Clone for Flexcomm9Trig
impl Clone for Flexcomm9Trig
Source§fn clone(&self) -> Flexcomm9Trig
fn clone(&self) -> Flexcomm9Trig
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 Flexcomm9Trig
impl Debug for Flexcomm9Trig
Source§impl Default for Flexcomm9Trig
impl Default for Flexcomm9Trig
Source§fn default() -> Flexcomm9Trig
fn default() -> Flexcomm9Trig
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexcomm9Trig
impl PartialEq for Flexcomm9Trig
impl Copy for Flexcomm9Trig
impl Eq for Flexcomm9Trig
impl StructuralPartialEq for Flexcomm9Trig
Auto Trait Implementations§
impl Freeze for Flexcomm9Trig
impl RefUnwindSafe for Flexcomm9Trig
impl Send for Flexcomm9Trig
impl Sync for Flexcomm9Trig
impl Unpin for Flexcomm9Trig
impl UnwindSafe for Flexcomm9Trig
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