#[repr(transparent)]pub struct SelfSel310(pub u32);Expand description
Self-cap mode channels selection(CH31~CH0)
Tuple Fields§
§0: u32Implementations§
Source§impl SelfSel310
impl SelfSel310
Sourcepub const fn as_self_31_0(&self) -> u32
pub const fn as_self_31_0(&self) -> u32
config tsi channel as self-cap mode among CH31~CH0
Sourcepub const fn set_as_self_31_0(&mut self, val: u32)
pub const fn set_as_self_31_0(&mut self, val: u32)
config tsi channel as self-cap mode among CH31~CH0
Trait Implementations§
Source§impl Clone for SelfSel310
impl Clone for SelfSel310
Source§fn clone(&self) -> SelfSel310
fn clone(&self) -> SelfSel310
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 SelfSel310
impl Debug for SelfSel310
Source§impl Default for SelfSel310
impl Default for SelfSel310
Source§fn default() -> SelfSel310
fn default() -> SelfSel310
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelfSel310
impl PartialEq for SelfSel310
impl Copy for SelfSel310
impl Eq for SelfSel310
impl StructuralPartialEq for SelfSel310
Auto Trait Implementations§
impl Freeze for SelfSel310
impl RefUnwindSafe for SelfSel310
impl Send for SelfSel310
impl Sync for SelfSel310
impl Unpin for SelfSel310
impl UnwindSafe for SelfSel310
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