#[repr(C)]
pub union edd_device_params__bindgen_ty_2 {
pub ata: edd_device_params__bindgen_ty_2__bindgen_ty_1,
pub atapi: edd_device_params__bindgen_ty_2__bindgen_ty_2,
pub scsi: edd_device_params__bindgen_ty_2__bindgen_ty_3,
pub usb: edd_device_params__bindgen_ty_2__bindgen_ty_4,
pub i1394: edd_device_params__bindgen_ty_2__bindgen_ty_5,
pub fibre: edd_device_params__bindgen_ty_2__bindgen_ty_6,
pub i2o: edd_device_params__bindgen_ty_2__bindgen_ty_7,
pub raid: edd_device_params__bindgen_ty_2__bindgen_ty_8,
pub sata: edd_device_params__bindgen_ty_2__bindgen_ty_9,
pub unknown: edd_device_params__bindgen_ty_2__bindgen_ty_10,
}
Fields§
§ata:edd_device_params__bindgen_ty_2__bindgen_ty_1
§
atapi:edd_device_params__bindgen_ty_2__bindgen_ty_2
§
scsi:edd_device_params__bindgen_ty_2__bindgen_ty_3
§
usb:edd_device_params__bindgen_ty_2__bindgen_ty_4
§
i1394:edd_device_params__bindgen_ty_2__bindgen_ty_5
§
fibre:edd_device_params__bindgen_ty_2__bindgen_ty_6
§
i2o:edd_device_params__bindgen_ty_2__bindgen_ty_7
§
raid:edd_device_params__bindgen_ty_2__bindgen_ty_8
§
sata:edd_device_params__bindgen_ty_2__bindgen_ty_9
§
unknown:edd_device_params__bindgen_ty_2__bindgen_ty_10
Trait Implementations§
source§impl Clone for edd_device_params__bindgen_ty_2
impl Clone for edd_device_params__bindgen_ty_2
source§fn clone(&self) -> edd_device_params__bindgen_ty_2
fn clone(&self) -> edd_device_params__bindgen_ty_2
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
Auto Trait Implementations§
impl RefUnwindSafe for edd_device_params__bindgen_ty_2
impl Send for edd_device_params__bindgen_ty_2
impl Sync for edd_device_params__bindgen_ty_2
impl Unpin for edd_device_params__bindgen_ty_2
impl UnwindSafe for edd_device_params__bindgen_ty_2
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