Struct GLYPHBITS
#[repr(C)]pub struct GLYPHBITS {
pub ptlOrigin: POINTL,
pub sizlBitmap: SIZE,
pub aj: [u8; 1],
}
Fields§
§ptlOrigin: POINTL
§sizlBitmap: SIZE
§aj: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GLYPHBITS
impl RefUnwindSafe for GLYPHBITS
impl Send for GLYPHBITS
impl Sync for GLYPHBITS
impl Unpin for GLYPHBITS
impl UnwindSafe for GLYPHBITS
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