#[repr(C)]pub struct xen_sysctl_availheap {
pub min_bitwidth: u32,
pub max_bitwidth: u32,
pub node: i32,
pub avail_bytes: u64,
}Fields§
§min_bitwidth: u32§max_bitwidth: u32§node: i32§avail_bytes: u64Trait Implementations§
Source§impl Clone for xen_sysctl_availheap
impl Clone for xen_sysctl_availheap
Source§fn clone(&self) -> xen_sysctl_availheap
fn clone(&self) -> xen_sysctl_availheap
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_availheap
impl Debug for xen_sysctl_availheap
Source§impl Default for xen_sysctl_availheap
impl Default for xen_sysctl_availheap
Source§fn default() -> xen_sysctl_availheap
fn default() -> xen_sysctl_availheap
Returns the “default value” for a type. Read more
impl Copy for xen_sysctl_availheap
Auto Trait Implementations§
impl Freeze for xen_sysctl_availheap
impl RefUnwindSafe for xen_sysctl_availheap
impl Send for xen_sysctl_availheap
impl Sync for xen_sysctl_availheap
impl Unpin for xen_sysctl_availheap
impl UnwindSafe for xen_sysctl_availheap
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