#[repr(C)]pub struct Struct__virNodeMemoryStats {
pub field: [c_char; 80],
pub value: c_ulonglong,
}
Fields§
§field: [c_char; 80]
§value: c_ulonglong
Trait Implementations§
Source§impl Clone for Struct__virNodeMemoryStats
impl Clone for Struct__virNodeMemoryStats
Source§impl Default for Struct__virNodeMemoryStats
impl Default for Struct__virNodeMemoryStats
impl Copy for Struct__virNodeMemoryStats
Auto Trait Implementations§
impl Freeze for Struct__virNodeMemoryStats
impl RefUnwindSafe for Struct__virNodeMemoryStats
impl Send for Struct__virNodeMemoryStats
impl Sync for Struct__virNodeMemoryStats
impl Unpin for Struct__virNodeMemoryStats
impl UnwindSafe for Struct__virNodeMemoryStats
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