Struct nvml_wrapper_sys::bindings::nvmlBAR1Memory_st
source · #[repr(C)]pub struct nvmlBAR1Memory_st {
pub bar1Total: c_ulonglong,
pub bar1Free: c_ulonglong,
pub bar1Used: c_ulonglong,
}
Fields§
§bar1Total: c_ulonglong
§bar1Free: c_ulonglong
§bar1Used: c_ulonglong
Trait Implementations§
source§impl Clone for nvmlBAR1Memory_st
impl Clone for nvmlBAR1Memory_st
source§fn clone(&self) -> nvmlBAR1Memory_st
fn clone(&self) -> nvmlBAR1Memory_st
Returns a copy 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 nvmlBAR1Memory_st
impl Debug for nvmlBAR1Memory_st
impl Copy for nvmlBAR1Memory_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlBAR1Memory_st
impl Send for nvmlBAR1Memory_st
impl Sync for nvmlBAR1Memory_st
impl Unpin for nvmlBAR1Memory_st
impl UnwindSafe for nvmlBAR1Memory_st
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