Struct HBITMAP
#[repr(transparent)]pub struct HBITMAP(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HBITMAP
impl HBITMAP
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HBITMAP
impl Eq for HBITMAP
impl StructuralPartialEq for HBITMAP
Auto Trait Implementations§
impl Freeze for HBITMAP
impl RefUnwindSafe for HBITMAP
impl !Send for HBITMAP
impl !Sync for HBITMAP
impl Unpin for HBITMAP
impl UnwindSafe for HBITMAP
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