Struct SURFOBJ
#[repr(C)]pub struct SURFOBJ {}
Fields§
§dhsurf: DHSURF
§hsurf: HSURF
§dhpdev: DHPDEV
§hdev: HDEV
§sizlBitmap: SIZE
§cjBits: u32
§pvBits: *mut c_void
§pvScan0: *mut c_void
§lDelta: i32
§iUniq: u32
§iBitmapFormat: u32
§iType: u16
§fjBitmap: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SURFOBJ
impl RefUnwindSafe for SURFOBJ
impl !Send for SURFOBJ
impl !Sync for SURFOBJ
impl Unpin for SURFOBJ
impl UnwindSafe for SURFOBJ
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