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_uintpid: c_uintvgpuInstance: nvmlVgpuInstance_tdisplayOrdinal: c_uintsessionType: nvmlFBCSessionType_tsessionFlags: c_uinthMaxResolution: c_uintvMaxResolution: c_uinthResolution: c_uintvResolution: c_uintaverageFPS: c_uintaverageLatency: c_uintTrait Implementations
sourceimpl Clone for nvmlFBCSessionInfo_st
impl Clone for nvmlFBCSessionInfo_st
sourcefn clone(&self) -> nvmlFBCSessionInfo_st
fn clone(&self) -> nvmlFBCSessionInfo_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more