Struct xproto::xOpenFontReq
source · #[repr(C)]pub struct xOpenFontReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub fid: CARD32,
pub nbytes: CARD16,
pub pad1: BYTE,
pub pad2: BYTE,
}Fields
reqType: CARD8pad: BYTElength: CARD16fid: CARD32nbytes: CARD16pad1: BYTEpad2: BYTETrait Implementations
sourceimpl Clone for xOpenFontReq
impl Clone for xOpenFontReq
sourcefn clone(&self) -> xOpenFontReq
fn clone(&self) -> xOpenFontReq
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 xOpenFontReq
impl Debug for xOpenFontReq
impl Copy for xOpenFontReq
Auto Trait Implementations
impl RefUnwindSafe for xOpenFontReq
impl Send for xOpenFontReq
impl Sync for xOpenFontReq
impl Unpin for xOpenFontReq
impl UnwindSafe for xOpenFontReq
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