#[repr(C)]pub struct xen_domctl_assign_device {
pub dev: u32,
pub flags: u32,
pub u: xen_domctl_assign_device__bindgen_ty_1,
}Fields§
§dev: u32§flags: u32§u: xen_domctl_assign_device__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_domctl_assign_device
impl Clone for xen_domctl_assign_device
Source§fn clone(&self) -> xen_domctl_assign_device
fn clone(&self) -> xen_domctl_assign_device
Returns a duplicate 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 moreSource§impl Default for xen_domctl_assign_device
impl Default for xen_domctl_assign_device
impl Copy for xen_domctl_assign_device
Auto Trait Implementations§
impl Freeze for xen_domctl_assign_device
impl RefUnwindSafe for xen_domctl_assign_device
impl !Send for xen_domctl_assign_device
impl !Sync for xen_domctl_assign_device
impl Unpin for xen_domctl_assign_device
impl UnwindSafe for xen_domctl_assign_device
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