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