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