#[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 copy 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
Source§impl Ord for tagGLYPHSET
impl Ord for tagGLYPHSET
Source§fn cmp(&self, other: &tagGLYPHSET) -> Ordering
fn cmp(&self, other: &tagGLYPHSET) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagGLYPHSET
impl PartialEq for tagGLYPHSET
Source§impl PartialOrd for tagGLYPHSET
impl PartialOrd for tagGLYPHSET
impl Copy for tagGLYPHSET
impl Eq for tagGLYPHSET
impl StructuralPartialEq 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