#[repr(transparent)]pub struct DetectmodeSec(pub u32);
Expand description
Select between default DETECT signal behavior and LDETECT mode (For secure pin only)
Tuple Fields§
§0: u32
Implementations§
Source§impl DetectmodeSec
impl DetectmodeSec
Sourcepub const fn detectmode(&self) -> Detectmode
pub const fn detectmode(&self) -> Detectmode
Select between default DETECT signal behavior and LDETECT mode
Sourcepub fn set_detectmode(&mut self, val: Detectmode)
pub fn set_detectmode(&mut self, val: Detectmode)
Select between default DETECT signal behavior and LDETECT mode
Trait Implementations§
Source§impl Clone for DetectmodeSec
impl Clone for DetectmodeSec
Source§fn clone(&self) -> DetectmodeSec
fn clone(&self) -> DetectmodeSec
Returns a copy 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 Default for DetectmodeSec
impl Default for DetectmodeSec
Source§fn default() -> DetectmodeSec
fn default() -> DetectmodeSec
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetectmodeSec
impl PartialEq for DetectmodeSec
impl Copy for DetectmodeSec
impl Eq for DetectmodeSec
impl StructuralPartialEq for DetectmodeSec
Auto Trait Implementations§
impl Freeze for DetectmodeSec
impl RefUnwindSafe for DetectmodeSec
impl Send for DetectmodeSec
impl Sync for DetectmodeSec
impl Unpin for DetectmodeSec
impl UnwindSafe for DetectmodeSec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)