pub struct CreateGlyphSetRequest {
pub gsid: u32,
pub format: u32,
}Fields§
§gsid: u32§format: u32Implementations§
Trait Implementations§
Source§impl Clone for CreateGlyphSetRequest
impl Clone for CreateGlyphSetRequest
Source§fn clone(&self) -> CreateGlyphSetRequest
fn clone(&self) -> CreateGlyphSetRequest
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 CreateGlyphSetRequest
impl Debug for CreateGlyphSetRequest
Source§impl Default for CreateGlyphSetRequest
impl Default for CreateGlyphSetRequest
Source§fn default() -> CreateGlyphSetRequest
fn default() -> CreateGlyphSetRequest
Returns the “default value” for a type. Read more
Source§impl Hash for CreateGlyphSetRequest
impl Hash for CreateGlyphSetRequest
Source§impl Ord for CreateGlyphSetRequest
impl Ord for CreateGlyphSetRequest
Source§fn cmp(&self, other: &CreateGlyphSetRequest) -> Ordering
fn cmp(&self, other: &CreateGlyphSetRequest) -> 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 CreateGlyphSetRequest
impl PartialEq for CreateGlyphSetRequest
Source§impl PartialOrd for CreateGlyphSetRequest
impl PartialOrd for CreateGlyphSetRequest
Source§impl Request for CreateGlyphSetRequest
impl Request for CreateGlyphSetRequest
impl Copy for CreateGlyphSetRequest
impl Eq for CreateGlyphSetRequest
impl StructuralPartialEq for CreateGlyphSetRequest
impl VoidRequest for CreateGlyphSetRequest
Auto Trait Implementations§
impl Freeze for CreateGlyphSetRequest
impl RefUnwindSafe for CreateGlyphSetRequest
impl Send for CreateGlyphSetRequest
impl Sync for CreateGlyphSetRequest
impl Unpin for CreateGlyphSetRequest
impl UnwindSafe for CreateGlyphSetRequest
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