Struct x11rb::protocol::render::CompositeGlyphs8Request
source · pub struct CompositeGlyphs8Request<'input> {
pub op: PictOp,
pub src: u32,
pub dst: u32,
pub mask_format: u32,
pub glyphset: u32,
pub src_x: i16,
pub src_y: i16,
pub glyphcmds: Cow<'input, [u8]>,
}
Fields§
§op: PictOp
§src: u32
§dst: u32
§mask_format: u32
§glyphset: u32
§src_x: i16
§src_y: i16
§glyphcmds: Cow<'input, [u8]>
Implementations§
source§impl<'input> CompositeGlyphs8Request<'input>
impl<'input> CompositeGlyphs8Request<'input>
Trait Implementations§
source§impl<'input> Clone for CompositeGlyphs8Request<'input>
impl<'input> Clone for CompositeGlyphs8Request<'input>
source§fn clone(&self) -> CompositeGlyphs8Request<'input>
fn clone(&self) -> CompositeGlyphs8Request<'input>
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 CompositeGlyphs8Request<'_>
impl Debug for CompositeGlyphs8Request<'_>
source§impl<'input> Default for CompositeGlyphs8Request<'input>
impl<'input> Default for CompositeGlyphs8Request<'input>
source§fn default() -> CompositeGlyphs8Request<'input>
fn default() -> CompositeGlyphs8Request<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Request for CompositeGlyphs8Request<'input>
impl<'input> Request for CompositeGlyphs8Request<'input>
impl<'input> VoidRequest for CompositeGlyphs8Request<'input>
Auto Trait Implementations§
impl<'input> Freeze for CompositeGlyphs8Request<'input>
impl<'input> RefUnwindSafe for CompositeGlyphs8Request<'input>
impl<'input> Send for CompositeGlyphs8Request<'input>
impl<'input> Sync for CompositeGlyphs8Request<'input>
impl<'input> Unpin for CompositeGlyphs8Request<'input>
impl<'input> UnwindSafe for CompositeGlyphs8Request<'input>
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