pub struct FbcStats {
pub session_count: u32,
pub average_fps: u32,
pub average_latency_us: u32,
}Fields§
§session_count: u32§average_fps: u32§average_latency_us: u32Trait Implementations§
Source§impl From<nvmlFBCStats_st> for FbcStats
impl From<nvmlFBCStats_st> for FbcStats
Source§fn from(value: nvmlFBCStats_t) -> Self
fn from(value: nvmlFBCStats_t) -> Self
Converts to this type from the input type.
impl Copy for FbcStats
impl Eq for FbcStats
impl StructuralPartialEq for FbcStats
Auto Trait Implementations§
impl Freeze for FbcStats
impl RefUnwindSafe for FbcStats
impl Send for FbcStats
impl Sync for FbcStats
impl Unpin for FbcStats
impl UnsafeUnpin for FbcStats
impl UnwindSafe for FbcStats
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