#[repr(C, packed(1))]pub struct edd_device_params__bindgen_ty_2__bindgen_ty_3 {
pub id: __u16,
pub lun: __u64,
pub reserved1: __u16,
pub reserved2: __u32,
}
Fields§
§id: __u16
§lun: __u64
§reserved1: __u16
§reserved2: __u32
Trait Implementations§
Source§impl Clone for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl Clone for edd_device_params__bindgen_ty_2__bindgen_ty_3
Source§fn clone(&self) -> edd_device_params__bindgen_ty_2__bindgen_ty_3
fn clone(&self) -> edd_device_params__bindgen_ty_2__bindgen_ty_3
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_3
Auto Trait Implementations§
impl Freeze for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl RefUnwindSafe for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl Send for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl Sync for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl Unpin for edd_device_params__bindgen_ty_2__bindgen_ty_3
impl UnwindSafe for edd_device_params__bindgen_ty_2__bindgen_ty_3
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