#[repr(transparent)]pub struct Shield(pub u32);Expand description
TSI Shield
Tuple Fields§
§0: u32Implementations§
Source§impl Shield
impl Shield
Sourcepub const fn shield_enable(&self) -> ShieldEnable
pub const fn shield_enable(&self) -> ShieldEnable
Shield Enable
Sourcepub const fn set_shield_enable(&mut self, val: ShieldEnable)
pub const fn set_shield_enable(&mut self, val: ShieldEnable)
Shield Enable
Sourcepub const fn set_m_sen_res(&mut self, val: MSenRes)
pub const fn set_m_sen_res(&mut self, val: MSenRes)
Mutual-Capacitance Sensitivity Resistor
Trait Implementations§
impl Copy for Shield
impl Eq for Shield
impl StructuralPartialEq for Shield
Auto Trait Implementations§
impl Freeze for Shield
impl RefUnwindSafe for Shield
impl Send for Shield
impl Sync for Shield
impl Unpin for Shield
impl UnwindSafe for Shield
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