Struct libicsneo_sys::neodevice_t
source · #[repr(C, packed)]pub struct neodevice_t {
pub device: devicehandle_t,
pub handle: neodevice_handle_t,
pub type_: devicetype_t,
pub serial: [c_char; 7],
}Fields
device: devicehandle_thandle: neodevice_handle_ttype_: devicetype_tserial: [c_char; 7]Trait Implementations
sourceimpl Clone for neodevice_t
impl Clone for neodevice_t
sourcefn clone(&self) -> neodevice_t
fn clone(&self) -> neodevice_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for neodevice_t
impl Debug for neodevice_t
impl Copy for neodevice_t
Auto Trait Implementations
impl RefUnwindSafe for neodevice_t
impl !Send for neodevice_t
impl !Sync for neodevice_t
impl Unpin for neodevice_t
impl UnwindSafe for neodevice_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more