#[repr(C)]pub struct LFRFIDEM4305 {
pub word: [u32; 16],
pub mask: u16,
}Fields§
§word: [u32; 16]< Word data to write
mask: u16< Word mask
Trait Implementations§
Source§impl Clone for LFRFIDEM4305
impl Clone for LFRFIDEM4305
Source§fn clone(&self) -> LFRFIDEM4305
fn clone(&self) -> LFRFIDEM4305
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 LFRFIDEM4305
impl Debug for LFRFIDEM4305
impl Copy for LFRFIDEM4305
Auto Trait Implementations§
impl Freeze for LFRFIDEM4305
impl RefUnwindSafe for LFRFIDEM4305
impl Send for LFRFIDEM4305
impl Sync for LFRFIDEM4305
impl Unpin for LFRFIDEM4305
impl UnwindSafe for LFRFIDEM4305
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