Struct windows_sys::Win32::Devices::Display::GLYPHPOS
#[repr(C)]pub struct GLYPHPOS {
pub hg: u32,
pub pgdf: *mut GLYPHDEF,
pub ptl: POINTL,
}Expand description
Required features: "Win32_Foundation"
Fields§
§hg: u32§pgdf: *mut GLYPHDEF§ptl: POINTLTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GLYPHPOS
impl !Send for GLYPHPOS
impl !Sync for GLYPHPOS
impl Unpin for GLYPHPOS
impl UnwindSafe for GLYPHPOS
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