Struct windows_sys::Win32::Devices::Display::VIDEO_MEMORY
[−]Expand description
Required features: ‘Win32_Devices_Display’
Fields
RequestedVirtualAddress: *mut c_void
Trait Implementations
impl Clone for VIDEO_MEMORY
impl Clone for VIDEO_MEMORY
impl Copy for VIDEO_MEMORY
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_MEMORY
impl !Send for VIDEO_MEMORY
impl !Sync for VIDEO_MEMORY
impl Unpin for VIDEO_MEMORY
impl UnwindSafe for VIDEO_MEMORY
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