#[repr(C)]pub struct xen_sysctl_livepatch_action {
pub name: xen_livepatch_name,
pub cmd: u32,
pub timeout: u32,
pub flags: u32,
pub pad: u32,
}Fields§
§name: xen_livepatch_name§cmd: u32§timeout: u32§flags: u32§pad: u32Trait Implementations§
Source§impl Clone for xen_sysctl_livepatch_action
impl Clone for xen_sysctl_livepatch_action
Source§fn clone(&self) -> xen_sysctl_livepatch_action
fn clone(&self) -> xen_sysctl_livepatch_action
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 Debug for xen_sysctl_livepatch_action
impl Debug for xen_sysctl_livepatch_action
impl Copy for xen_sysctl_livepatch_action
Auto Trait Implementations§
impl Freeze for xen_sysctl_livepatch_action
impl RefUnwindSafe for xen_sysctl_livepatch_action
impl !Send for xen_sysctl_livepatch_action
impl !Sync for xen_sysctl_livepatch_action
impl Unpin for xen_sysctl_livepatch_action
impl UnwindSafe for xen_sysctl_livepatch_action
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