Struct x11rb::protocol::xproto::SetFontPathRequest
source · pub struct SetFontPathRequest<'input> {
pub font: Cow<'input, [Str]>,
}
Fields§
§font: Cow<'input, [Str]>
Implementations§
source§impl<'input> SetFontPathRequest<'input>
impl<'input> SetFontPathRequest<'input>
sourcepub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
sourcepub fn into_owned(self) -> SetFontPathRequest<'static>
pub fn into_owned(self) -> SetFontPathRequest<'static>
Clone all borrowed data in this SetFontPathRequest.
Trait Implementations§
source§impl<'input> Clone for SetFontPathRequest<'input>
impl<'input> Clone for SetFontPathRequest<'input>
source§fn clone(&self) -> SetFontPathRequest<'input>
fn clone(&self) -> SetFontPathRequest<'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 SetFontPathRequest<'_>
impl Debug for SetFontPathRequest<'_>
source§impl<'input> Default for SetFontPathRequest<'input>
impl<'input> Default for SetFontPathRequest<'input>
source§fn default() -> SetFontPathRequest<'input>
fn default() -> SetFontPathRequest<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Request for SetFontPathRequest<'input>
impl<'input> Request for SetFontPathRequest<'input>
impl<'input> VoidRequest for SetFontPathRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for SetFontPathRequest<'input>
impl<'input> RefUnwindSafe for SetFontPathRequest<'input>
impl<'input> Send for SetFontPathRequest<'input>
impl<'input> Sync for SetFontPathRequest<'input>
impl<'input> Unpin for SetFontPathRequest<'input>
impl<'input> UnwindSafe for SetFontPathRequest<'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