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