#[repr(C)]pub struct LFRFIDT5577 {
pub block: [u32; 8],
pub blocks_to_write: u32,
pub mask: u8,
}Fields§
§block: [u32; 8]§blocks_to_write: u32§mask: u8Trait Implementations§
Source§impl Clone for LFRFIDT5577
impl Clone for LFRFIDT5577
Source§fn clone(&self) -> LFRFIDT5577
fn clone(&self) -> LFRFIDT5577
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 LFRFIDT5577
impl Debug for LFRFIDT5577
impl Copy for LFRFIDT5577
Auto Trait Implementations§
impl Freeze for LFRFIDT5577
impl RefUnwindSafe for LFRFIDT5577
impl Send for LFRFIDT5577
impl Sync for LFRFIDT5577
impl Unpin for LFRFIDT5577
impl UnwindSafe for LFRFIDT5577
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