#[repr(C)]pub struct nfc_user_defined_device {
pub name: [c_char; 256],
pub connstring: nfc_connstring,
pub optional: u8,
}Fields§
§name: [c_char; 256]§connstring: nfc_connstring§optional: u8Trait Implementations§
Source§impl Clone for nfc_user_defined_device
impl Clone for nfc_user_defined_device
Source§impl Default for nfc_user_defined_device
impl Default for nfc_user_defined_device
impl Copy for nfc_user_defined_device
Auto Trait Implementations§
impl Freeze for nfc_user_defined_device
impl RefUnwindSafe for nfc_user_defined_device
impl Send for nfc_user_defined_device
impl Sync for nfc_user_defined_device
impl Unpin for nfc_user_defined_device
impl UnwindSafe for nfc_user_defined_device
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