#[repr(transparent)]pub struct HFONT(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HFONT
impl Abi for HFONT
impl Copy for HFONT
impl Eq for HFONT
Auto Trait Implementations§
impl Freeze for HFONT
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