#[repr(C)]pub struct xen_sysctl_livepatch_list {
pub version: u32,
pub idx: u32,
pub nr: u32,
pub pad: u32,
pub name_total_size: u32,
pub metadata_total_size: u32,
pub status: __guest_handle_xen_livepatch_status_t,
pub name: __guest_handle_char,
pub len: __guest_handle_uint32,
pub metadata: __guest_handle_char,
pub metadata_len: __guest_handle_uint32,
}Fields§
§version: u32§idx: u32§nr: u32§pad: u32§name_total_size: u32§metadata_total_size: u32§status: __guest_handle_xen_livepatch_status_t§name: __guest_handle_char§len: __guest_handle_uint32§metadata: __guest_handle_char§metadata_len: __guest_handle_uint32Trait Implementations§
Source§impl Clone for xen_sysctl_livepatch_list
impl Clone for xen_sysctl_livepatch_list
Source§fn clone(&self) -> xen_sysctl_livepatch_list
fn clone(&self) -> xen_sysctl_livepatch_list
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_list
impl Debug for xen_sysctl_livepatch_list
Source§impl Default for xen_sysctl_livepatch_list
impl Default for xen_sysctl_livepatch_list
impl Copy for xen_sysctl_livepatch_list
Auto Trait Implementations§
impl Freeze for xen_sysctl_livepatch_list
impl RefUnwindSafe for xen_sysctl_livepatch_list
impl !Send for xen_sysctl_livepatch_list
impl !Sync for xen_sysctl_livepatch_list
impl Unpin for xen_sysctl_livepatch_list
impl UnwindSafe for xen_sysctl_livepatch_list
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