#[repr(C)]pub struct nvmlEncoderSessionInfo_st {
pub sessionId: c_uint,
pub pid: c_uint,
pub vgpuInstance: nvmlVgpuInstance_t,
pub codecType: nvmlEncoderType_t,
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
§codecType: nvmlEncoderType_t
§hResolution: c_uint
§vResolution: c_uint
§averageFps: c_uint
§averageLatency: c_uint
Trait Implementations§
source§impl Clone for nvmlEncoderSessionInfo_st
impl Clone for nvmlEncoderSessionInfo_st
source§fn clone(&self) -> nvmlEncoderSessionInfo_st
fn clone(&self) -> nvmlEncoderSessionInfo_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 nvmlEncoderSessionInfo_st
impl Debug for nvmlEncoderSessionInfo_st
impl Copy for nvmlEncoderSessionInfo_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlEncoderSessionInfo_st
impl Send for nvmlEncoderSessionInfo_st
impl Sync for nvmlEncoderSessionInfo_st
impl Unpin for nvmlEncoderSessionInfo_st
impl UnwindSafe for nvmlEncoderSessionInfo_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