Struct xproto::xQueryTextExtentsReq
source · #[repr(C)]pub struct xQueryTextExtentsReq {
pub reqType: CARD8,
pub oddLength: BOOL,
pub length: CARD16,
pub fid: CARD32,
}Fields
reqType: CARD8oddLength: BOOLlength: CARD16fid: CARD32Trait Implementations
sourceimpl Clone for xQueryTextExtentsReq
impl Clone for xQueryTextExtentsReq
sourcefn clone(&self) -> xQueryTextExtentsReq
fn clone(&self) -> xQueryTextExtentsReq
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 xQueryTextExtentsReq
impl Debug for xQueryTextExtentsReq
impl Copy for xQueryTextExtentsReq
Auto Trait Implementations
impl RefUnwindSafe for xQueryTextExtentsReq
impl Send for xQueryTextExtentsReq
impl Sync for xQueryTextExtentsReq
impl Unpin for xQueryTextExtentsReq
impl UnwindSafe for xQueryTextExtentsReq
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