Struct x11rb_protocol::protocol::render::CompositeGlyphs8Request
source · pub struct CompositeGlyphs8Request<'input> {
pub op: PictOp,
pub src: Picture,
pub dst: Picture,
pub mask_format: Pictformat,
pub glyphset: Glyphset,
pub src_x: i16,
pub src_y: i16,
pub glyphcmds: Cow<'input, [u8]>,
}
Fields§
§op: PictOp
§src: Picture
§dst: Picture
§mask_format: Pictformat
§glyphset: Glyphset
§src_x: i16
§src_y: i16
§glyphcmds: Cow<'input, [u8]>
Implementations§
source§impl<'input> CompositeGlyphs8Request<'input>
impl<'input> CompositeGlyphs8Request<'input>
sourcepub fn serialize(self, major_opcode: u8) -> BufWithFds<[Cow<'input, [u8]>; 3]>
pub fn serialize(self, major_opcode: u8) -> BufWithFds<[Cow<'input, [u8]>; 3]>
Serialize this request into bytes for the provided connection
sourcepub fn into_owned(self) -> CompositeGlyphs8Request<'static>
pub fn into_owned(self) -> CompositeGlyphs8Request<'static>
Clone all borrowed data in this CompositeGlyphs8Request.
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