#[repr(C)]pub struct xen_sysctl_readconsole {
pub clear: u8,
pub incremental: u8,
pub pad0: u8,
pub pad1: u8,
pub index: u32,
pub buffer: __guest_handle_char,
pub count: u32,
}Fields§
§clear: u8§incremental: u8§pad0: u8§pad1: u8§index: u32§buffer: __guest_handle_char§count: u32Trait Implementations§
Source§impl Clone for xen_sysctl_readconsole
impl Clone for xen_sysctl_readconsole
Source§fn clone(&self) -> xen_sysctl_readconsole
fn clone(&self) -> xen_sysctl_readconsole
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_readconsole
impl Debug for xen_sysctl_readconsole
Source§impl Default for xen_sysctl_readconsole
impl Default for xen_sysctl_readconsole
impl Copy for xen_sysctl_readconsole
Auto Trait Implementations§
impl Freeze for xen_sysctl_readconsole
impl RefUnwindSafe for xen_sysctl_readconsole
impl !Send for xen_sysctl_readconsole
impl !Sync for xen_sysctl_readconsole
impl Unpin for xen_sysctl_readconsole
impl UnwindSafe for xen_sysctl_readconsole
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