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