#[repr(C)]pub struct xen_livepatch_name {
pub name: __guest_handle_char,
pub size: u16,
pub pad: [u16; 3],
}Fields§
§name: __guest_handle_char§size: u16§pad: [u16; 3]Trait Implementations§
Source§impl Clone for xen_livepatch_name
impl Clone for xen_livepatch_name
Source§fn clone(&self) -> xen_livepatch_name
fn clone(&self) -> xen_livepatch_name
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_livepatch_name
impl Debug for xen_livepatch_name
Source§impl Default for xen_livepatch_name
impl Default for xen_livepatch_name
impl Copy for xen_livepatch_name
Auto Trait Implementations§
impl Freeze for xen_livepatch_name
impl RefUnwindSafe for xen_livepatch_name
impl !Send for xen_livepatch_name
impl !Sync for xen_livepatch_name
impl Unpin for xen_livepatch_name
impl UnwindSafe for xen_livepatch_name
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