Struct SetFontPathRequest
pub struct SetFontPathRequest<'input> {
pub font: Cow<'input, [Str]>,
}
Fields§
§font: Cow<'input, [Str]>
Implementations§
§impl<'input> SetFontPathRequest<'input>
impl<'input> SetFontPathRequest<'input>
pub 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
pub fn into_owned(self) -> SetFontPathRequest<'static>
pub fn into_owned(self) -> SetFontPathRequest<'static>
Clone all borrowed data in this SetFontPathRequest.
Trait Implementations§
§impl<'input> Clone for SetFontPathRequest<'input>
impl<'input> Clone for SetFontPathRequest<'input>
§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 more§impl Debug for SetFontPathRequest<'_>
impl Debug for SetFontPathRequest<'_>
§impl<'input> Default for SetFontPathRequest<'input>
impl<'input> Default for SetFontPathRequest<'input>
§fn default() -> SetFontPathRequest<'input>
fn default() -> SetFontPathRequest<'input>
Returns the “default value” for a type. Read more
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)