#[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_ulonglongTrait 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 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 nvmlBAR1Memory_st
impl Debug for nvmlBAR1Memory_st
impl Copy for nvmlBAR1Memory_st
Auto Trait Implementations§
impl Freeze for nvmlBAR1Memory_st
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