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