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