#[repr(C, packed(1))]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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 Freeze for edd_device_params__bindgen_ty_2__bindgen_ty_9
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