Struct x11rb_protocol::protocol::render::CreateGlyphSetRequest
source · pub struct CreateGlyphSetRequest {
pub gsid: Glyphset,
pub format: Pictformat,
}
Fields§
§gsid: Glyphset
§format: Pictformat
Implementations§
Trait Implementations§
source§impl Clone for CreateGlyphSetRequest
impl Clone for CreateGlyphSetRequest
source§fn clone(&self) -> CreateGlyphSetRequest
fn clone(&self) -> CreateGlyphSetRequest
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 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 Request for CreateGlyphSetRequest
impl Request for CreateGlyphSetRequest
impl Copy 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