#[repr(C)]pub struct xen_sysctl {
pub cmd: u32,
pub interface_version: u32,
pub u: xen_sysctl__bindgen_ty_1,
}Fields§
§cmd: u32§interface_version: u32§u: xen_sysctl__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_sysctl
impl Clone for xen_sysctl
Source§fn clone(&self) -> xen_sysctl
fn clone(&self) -> xen_sysctl
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_sysctl
impl Default for xen_sysctl
impl Copy for xen_sysctl
Auto Trait Implementations§
impl Freeze for xen_sysctl
impl RefUnwindSafe for xen_sysctl
impl !Send for xen_sysctl
impl !Sync for xen_sysctl
impl Unpin for xen_sysctl
impl UnwindSafe for xen_sysctl
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