Struct windows_sys::Win32::Devices::Display::VIDEO_PUBLIC_ACCESS_RANGES
[−]#[repr(C)]pub struct VIDEO_PUBLIC_ACCESS_RANGES {
pub InIoSpace: u32,
pub MappedInIoSpace: u32,
pub VirtualAddress: *mut c_void,
}
Expand description
Required features: ‘Win32_Devices_Display’
Fields
InIoSpace: u32
MappedInIoSpace: u32
VirtualAddress: *mut c_void
Trait Implementations
impl Clone for VIDEO_PUBLIC_ACCESS_RANGES
impl Clone for VIDEO_PUBLIC_ACCESS_RANGES
impl Copy for VIDEO_PUBLIC_ACCESS_RANGES
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_PUBLIC_ACCESS_RANGES
impl !Send for VIDEO_PUBLIC_ACCESS_RANGES
impl !Sync for VIDEO_PUBLIC_ACCESS_RANGES
impl Unpin for VIDEO_PUBLIC_ACCESS_RANGES
impl UnwindSafe for VIDEO_PUBLIC_ACCESS_RANGES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more