Struct windows_sys::Wdk::Graphics::Direct3D::DXGK_MIRACAST_CHUNK_INFO
#[repr(C)]pub struct DXGK_MIRACAST_CHUNK_INFO {
pub ChunkType: DXGK_MIRACAST_CHUNK_TYPE,
pub ChunkId: DXGK_MIRACAST_CHUNK_ID,
pub ProcessingTime: u32,
pub EncodeRate: u32,
}
Fields§
§ChunkType: DXGK_MIRACAST_CHUNK_TYPE
§ChunkId: DXGK_MIRACAST_CHUNK_ID
§ProcessingTime: u32
§EncodeRate: u32
Trait Implementations§
§impl Clone for DXGK_MIRACAST_CHUNK_INFO
impl Clone for DXGK_MIRACAST_CHUNK_INFO
impl Copy for DXGK_MIRACAST_CHUNK_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DXGK_MIRACAST_CHUNK_INFO
impl Send for DXGK_MIRACAST_CHUNK_INFO
impl Sync for DXGK_MIRACAST_CHUNK_INFO
impl Unpin for DXGK_MIRACAST_CHUNK_INFO
impl UnwindSafe for DXGK_MIRACAST_CHUNK_INFO
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