Struct xproto::xSetFontPathReq
source · #[repr(C)]pub struct xSetFontPathReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub nFonts: CARD16,
pub pad1: BYTE,
pub pad2: BYTE,
}Fields
reqType: CARD8pad: BYTElength: CARD16nFonts: CARD16pad1: BYTEpad2: BYTETrait Implementations
sourceimpl Clone for xSetFontPathReq
impl Clone for xSetFontPathReq
sourcefn clone(&self) -> xSetFontPathReq
fn clone(&self) -> xSetFontPathReq
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xSetFontPathReq
impl Debug for xSetFontPathReq
impl Copy for xSetFontPathReq
Auto Trait Implementations
impl RefUnwindSafe for xSetFontPathReq
impl Send for xSetFontPathReq
impl Sync for xSetFontPathReq
impl Unpin for xSetFontPathReq
impl UnwindSafe for xSetFontPathReq
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more