Struct windows_sys::Win32::Devices::Display::FD_KERNINGPAIR
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
wcFirst: u16
wcSecond: u16
fwdKern: i16
Trait Implementations
impl Clone for FD_KERNINGPAIR
impl Clone for FD_KERNINGPAIR
impl Copy for FD_KERNINGPAIR
Auto Trait Implementations
impl RefUnwindSafe for FD_KERNINGPAIR
impl Send for FD_KERNINGPAIR
impl Sync for FD_KERNINGPAIR
impl Unpin for FD_KERNINGPAIR
impl UnwindSafe for FD_KERNINGPAIR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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