Struct nvml_wrapper_sys::bindings::nvmlFBCStats_st
source · #[repr(C)]pub struct nvmlFBCStats_st {
pub sessionsCount: c_uint,
pub averageFPS: c_uint,
pub averageLatency: c_uint,
}
Fields§
§sessionsCount: c_uint
§averageFPS: c_uint
§averageLatency: c_uint
Trait Implementations§
source§impl Clone for nvmlFBCStats_st
impl Clone for nvmlFBCStats_st
source§fn clone(&self) -> nvmlFBCStats_st
fn clone(&self) -> nvmlFBCStats_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 nvmlFBCStats_st
impl Debug for nvmlFBCStats_st
impl Copy for nvmlFBCStats_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlFBCStats_st
impl Send for nvmlFBCStats_st
impl Sync for nvmlFBCStats_st
impl Unpin for nvmlFBCStats_st
impl UnwindSafe for nvmlFBCStats_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