#[repr(C, packed)]pub struct edd_device_params__bindgen_ty_2__bindgen_ty_9 {
pub device: __u8,
pub reserved1: __u8,
pub reserved2: __u16,
pub reserved3: __u32,
pub reserved4: __u64,
}
Fields§
§device: __u8
§reserved1: __u8
§reserved2: __u16
§reserved3: __u32
§reserved4: __u64
Trait Implementations§
source§impl Clone for edd_device_params__bindgen_ty_2__bindgen_ty_9
impl Clone for edd_device_params__bindgen_ty_2__bindgen_ty_9
source§fn clone(&self) -> edd_device_params__bindgen_ty_2__bindgen_ty_9
fn clone(&self) -> edd_device_params__bindgen_ty_2__bindgen_ty_9
Returns a copy 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 moreimpl Copy for edd_device_params__bindgen_ty_2__bindgen_ty_9
Auto Trait Implementations§
impl RefUnwindSafe for edd_device_params__bindgen_ty_2__bindgen_ty_9
impl Send for edd_device_params__bindgen_ty_2__bindgen_ty_9
impl Sync for edd_device_params__bindgen_ty_2__bindgen_ty_9
impl Unpin for edd_device_params__bindgen_ty_2__bindgen_ty_9
impl UnwindSafe for edd_device_params__bindgen_ty_2__bindgen_ty_9
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