Struct xproto::xGetPropertyReq
source · #[repr(C)]pub struct xGetPropertyReq {
pub reqType: CARD8,
pub delete: BOOL,
pub length: CARD16,
pub window: CARD32,
pub property: CARD32,
pub type_: CARD32,
pub longOffset: CARD32,
pub longLength: CARD32,
}Fields
reqType: CARD8delete: BOOLlength: CARD16window: CARD32property: CARD32type_: CARD32longOffset: CARD32longLength: CARD32Trait Implementations
sourceimpl Clone for xGetPropertyReq
impl Clone for xGetPropertyReq
sourcefn clone(&self) -> xGetPropertyReq
fn clone(&self) -> xGetPropertyReq
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 xGetPropertyReq
impl Debug for xGetPropertyReq
impl Copy for xGetPropertyReq
Auto Trait Implementations
impl RefUnwindSafe for xGetPropertyReq
impl Send for xGetPropertyReq
impl Sync for xGetPropertyReq
impl Unpin for xGetPropertyReq
impl UnwindSafe for xGetPropertyReq
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