#[repr(transparent)]pub struct TamperQueue(pub u16);Expand description
Tamper Queue.
Tuple Fields§
§0: u16Implementations§
Source§impl TamperQueue
impl TamperQueue
Sourcepub const fn tamper_data(&self) -> u16
pub const fn tamper_data(&self) -> u16
Tamper type stamp and pin number information register.
Sourcepub const fn set_tamper_data(&mut self, val: u16)
pub const fn set_tamper_data(&mut self, val: u16)
Tamper type stamp and pin number information register.
Trait Implementations§
Source§impl Clone for TamperQueue
impl Clone for TamperQueue
Source§fn clone(&self) -> TamperQueue
fn clone(&self) -> TamperQueue
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 TamperQueue
impl Debug for TamperQueue
Source§impl Default for TamperQueue
impl Default for TamperQueue
Source§fn default() -> TamperQueue
fn default() -> TamperQueue
Returns the “default value” for a type. Read more
Source§impl PartialEq for TamperQueue
impl PartialEq for TamperQueue
impl Copy for TamperQueue
impl Eq for TamperQueue
impl StructuralPartialEq for TamperQueue
Auto Trait Implementations§
impl Freeze for TamperQueue
impl RefUnwindSafe for TamperQueue
impl Send for TamperQueue
impl Sync for TamperQueue
impl Unpin for TamperQueue
impl UnwindSafe for TamperQueue
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