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