#[repr(C)]
pub union edd_device_params__bindgen_ty_1 {
pub isa: edd_device_params__bindgen_ty_1__bindgen_ty_1,
pub pci: edd_device_params__bindgen_ty_1__bindgen_ty_2,
pub ibnd: edd_device_params__bindgen_ty_1__bindgen_ty_3,
pub xprs: edd_device_params__bindgen_ty_1__bindgen_ty_4,
pub htpt: edd_device_params__bindgen_ty_1__bindgen_ty_5,
pub unknown: edd_device_params__bindgen_ty_1__bindgen_ty_6,
}
Fields§
§isa: edd_device_params__bindgen_ty_1__bindgen_ty_1
§pci: edd_device_params__bindgen_ty_1__bindgen_ty_2
§ibnd: edd_device_params__bindgen_ty_1__bindgen_ty_3
§xprs: edd_device_params__bindgen_ty_1__bindgen_ty_4
§htpt: edd_device_params__bindgen_ty_1__bindgen_ty_5
§unknown: edd_device_params__bindgen_ty_1__bindgen_ty_6
Trait Implementations§
source§impl Clone for edd_device_params__bindgen_ty_1
impl Clone for edd_device_params__bindgen_ty_1
source§fn clone(&self) -> edd_device_params__bindgen_ty_1
fn clone(&self) -> edd_device_params__bindgen_ty_1
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_1
Auto Trait Implementations§
impl Freeze for edd_device_params__bindgen_ty_1
impl RefUnwindSafe for edd_device_params__bindgen_ty_1
impl Send for edd_device_params__bindgen_ty_1
impl Sync for edd_device_params__bindgen_ty_1
impl Unpin for edd_device_params__bindgen_ty_1
impl UnwindSafe for edd_device_params__bindgen_ty_1
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