#[repr(C)]pub struct tagGLYPHSET {
pub cbThis: DWORD,
pub flAccel: DWORD,
pub cGlyphsSupported: DWORD,
pub cRanges: DWORD,
pub ranges: [WCRANGE; 1],
}Fields§
§cbThis: DWORD§flAccel: DWORD§cGlyphsSupported: DWORD§cRanges: DWORD§ranges: [WCRANGE; 1]Trait Implementations§
Source§impl Clone for tagGLYPHSET
impl Clone for tagGLYPHSET
Source§fn clone(&self) -> tagGLYPHSET
fn clone(&self) -> tagGLYPHSET
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagGLYPHSET
impl Debug for tagGLYPHSET
impl Copy for tagGLYPHSET
Auto Trait Implementations§
impl Freeze for tagGLYPHSET
impl RefUnwindSafe for tagGLYPHSET
impl Send for tagGLYPHSET
impl Sync for tagGLYPHSET
impl Unpin for tagGLYPHSET
impl UnwindSafe for tagGLYPHSET
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