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