Struct windows_sys::Win32::Graphics::DirectDraw::HEAPALIAS
[−]#[repr(C)]pub struct HEAPALIAS {
pub fpVidMem: usize,
pub lpAlias: *mut c_void,
pub dwAliasSize: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
fpVidMem: usize
lpAlias: *mut c_void
dwAliasSize: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HEAPALIAS
impl !Send for HEAPALIAS
impl !Sync for HEAPALIAS
impl Unpin for HEAPALIAS
impl UnwindSafe for HEAPALIAS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more