#[repr(C)]pub struct St25tbData {
pub uid: [u8; 8],
pub type_: St25tbType,
pub blocks: [u32; 128],
pub system_otp_block: u32,
}Fields§
§uid: [u8; 8]§type_: St25tbType§blocks: [u32; 128]§system_otp_block: u32Trait Implementations§
Source§impl Clone for St25tbData
impl Clone for St25tbData
Source§fn clone(&self) -> St25tbData
fn clone(&self) -> St25tbData
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 St25tbData
impl Debug for St25tbData
impl Copy for St25tbData
Auto Trait Implementations§
impl Freeze for St25tbData
impl RefUnwindSafe for St25tbData
impl Send for St25tbData
impl Sync for St25tbData
impl Unpin for St25tbData
impl UnwindSafe for St25tbData
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