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