#[repr(transparent)]pub struct CanfdIppIndCanrxSelectInput(pub u32);Expand description
CANFD_IPP_IND_CANRX_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl CanfdIppIndCanrxSelectInput
impl CanfdIppIndCanrxSelectInput
Sourcepub const fn daisy(&self) -> CanfdIppIndCanrxSelectInputDaisy
pub const fn daisy(&self) -> CanfdIppIndCanrxSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: CanfdIppIndCanrxSelectInputDaisy)
pub const fn set_daisy(&mut self, val: CanfdIppIndCanrxSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for CanfdIppIndCanrxSelectInput
impl Clone for CanfdIppIndCanrxSelectInput
Source§fn clone(&self) -> CanfdIppIndCanrxSelectInput
fn clone(&self) -> CanfdIppIndCanrxSelectInput
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 CanfdIppIndCanrxSelectInput
impl Debug for CanfdIppIndCanrxSelectInput
Source§impl Default for CanfdIppIndCanrxSelectInput
impl Default for CanfdIppIndCanrxSelectInput
Source§fn default() -> CanfdIppIndCanrxSelectInput
fn default() -> CanfdIppIndCanrxSelectInput
Returns the “default value” for a type. Read more
impl Copy for CanfdIppIndCanrxSelectInput
impl Eq for CanfdIppIndCanrxSelectInput
impl StructuralPartialEq for CanfdIppIndCanrxSelectInput
Auto Trait Implementations§
impl Freeze for CanfdIppIndCanrxSelectInput
impl RefUnwindSafe for CanfdIppIndCanrxSelectInput
impl Send for CanfdIppIndCanrxSelectInput
impl Sync for CanfdIppIndCanrxSelectInput
impl Unpin for CanfdIppIndCanrxSelectInput
impl UnwindSafe for CanfdIppIndCanrxSelectInput
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