Struct windows_sys::Win32::Devices::Display::VIDEO_DEVICE_SESSION_STATUS
#[repr(C)]pub struct VIDEO_DEVICE_SESSION_STATUS {
pub bEnable: u32,
pub bSuccess: u32,
}
Fields§
§bEnable: u32
§bSuccess: u32
Trait Implementations§
§impl Clone for VIDEO_DEVICE_SESSION_STATUS
impl Clone for VIDEO_DEVICE_SESSION_STATUS
impl Copy for VIDEO_DEVICE_SESSION_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for VIDEO_DEVICE_SESSION_STATUS
impl Send for VIDEO_DEVICE_SESSION_STATUS
impl Sync for VIDEO_DEVICE_SESSION_STATUS
impl Unpin for VIDEO_DEVICE_SESSION_STATUS
impl UnwindSafe for VIDEO_DEVICE_SESSION_STATUS
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