Struct windows_sys::Win32::Graphics::Gdi::KERNINGPAIR
[−]Expand description
Required features: "Win32_Graphics_Gdi"
Fields
wFirst: u16wSecond: u16iKernAmount: i32Trait Implementations
impl Clone for KERNINGPAIR
impl Clone for KERNINGPAIR
impl Copy for KERNINGPAIR
Auto Trait Implementations
impl RefUnwindSafe for KERNINGPAIR
impl Send for KERNINGPAIR
impl Sync for KERNINGPAIR
impl Unpin for KERNINGPAIR
impl UnwindSafe for KERNINGPAIR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more