#[repr(C, packed(1))]pub struct Struct_Unnamed16 {
pub nti: nfc_target_info,
pub nm: nfc_modulation,
}Fields§
§nti: nfc_target_info§nm: nfc_modulationTrait Implementations§
Auto Trait Implementations§
impl Freeze for Struct_Unnamed16
impl RefUnwindSafe for Struct_Unnamed16
impl Send for Struct_Unnamed16
impl Sync for Struct_Unnamed16
impl Unpin for Struct_Unnamed16
impl UnwindSafe for Struct_Unnamed16
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