#[repr(C)]pub struct HBRUSH__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HBRUSH__
impl Send for HBRUSH__
impl Sync for HBRUSH__
impl Unpin for HBRUSH__
impl UnwindSafe for HBRUSH__
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