Struct xproto::xQueryBestSizeReq
source · #[repr(C)]pub struct xQueryBestSizeReq {
pub reqType: CARD8,
pub class: CARD8,
pub length: CARD16,
pub drawable: CARD32,
pub width: CARD16,
pub height: CARD16,
}Fields
reqType: CARD8class: CARD8length: CARD16drawable: CARD32width: CARD16height: CARD16Trait Implementations
sourceimpl Clone for xQueryBestSizeReq
impl Clone for xQueryBestSizeReq
sourcefn clone(&self) -> xQueryBestSizeReq
fn clone(&self) -> xQueryBestSizeReq
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 xQueryBestSizeReq
impl Debug for xQueryBestSizeReq
impl Copy for xQueryBestSizeReq
Auto Trait Implementations
impl RefUnwindSafe for xQueryBestSizeReq
impl Send for xQueryBestSizeReq
impl Sync for xQueryBestSizeReq
impl Unpin for xQueryBestSizeReq
impl UnwindSafe for xQueryBestSizeReq
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