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