#[repr(C)]pub struct HDC(/* private fields */);
Available on
docsrs
and not (Windows and crate feature win32-surface
) only.Auto Trait Implementations§
impl RefUnwindSafe for HDC
impl Send for HDC
impl Sync for HDC
impl Unpin for HDC
impl UnwindSafe for HDC
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