Struct xproto::xListFontsReq
source · #[repr(C)]pub struct xListFontsReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub maxNames: CARD16,
pub nbytes: CARD16,
}Fields
reqType: CARD8pad: BYTElength: CARD16maxNames: CARD16nbytes: CARD16Trait Implementations
sourceimpl Clone for xListFontsReq
impl Clone for xListFontsReq
sourcefn clone(&self) -> xListFontsReq
fn clone(&self) -> xListFontsReq
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 xListFontsReq
impl Debug for xListFontsReq
impl Copy for xListFontsReq
Auto Trait Implementations
impl RefUnwindSafe for xListFontsReq
impl Send for xListFontsReq
impl Sync for xListFontsReq
impl Unpin for xListFontsReq
impl UnwindSafe for xListFontsReq
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