Struct nvml_wrapper_sys::bindings::nvmlFBCSessionInfo_st
source · #[repr(C)]pub struct nvmlFBCSessionInfo_st {
pub sessionId: c_uint,
pub pid: c_uint,
pub vgpuInstance: nvmlVgpuInstance_t,
pub displayOrdinal: c_uint,
pub sessionType: nvmlFBCSessionType_t,
pub sessionFlags: c_uint,
pub hMaxResolution: c_uint,
pub vMaxResolution: c_uint,
pub hResolution: c_uint,
pub vResolution: c_uint,
pub averageFPS: c_uint,
pub averageLatency: c_uint,
}
Fields§
§sessionId: c_uint
§pid: c_uint
§vgpuInstance: nvmlVgpuInstance_t
§displayOrdinal: c_uint
§sessionType: nvmlFBCSessionType_t
§sessionFlags: c_uint
§hMaxResolution: c_uint
§vMaxResolution: c_uint
§hResolution: c_uint
§vResolution: c_uint
§averageFPS: c_uint
§averageLatency: c_uint
Trait Implementations§
source§impl Clone for nvmlFBCSessionInfo_st
impl Clone for nvmlFBCSessionInfo_st
source§fn clone(&self) -> nvmlFBCSessionInfo_st
fn clone(&self) -> nvmlFBCSessionInfo_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 nvmlFBCSessionInfo_st
impl Debug for nvmlFBCSessionInfo_st
impl Copy for nvmlFBCSessionInfo_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlFBCSessionInfo_st
impl Send for nvmlFBCSessionInfo_st
impl Sync for nvmlFBCSessionInfo_st
impl Unpin for nvmlFBCSessionInfo_st
impl UnwindSafe for nvmlFBCSessionInfo_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