Struct xproto::xGetSelectionOwnerReply
source · #[repr(C)]pub struct xGetSelectionOwnerReply {
pub type_: BYTE,
pub pad1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub owner: CARD32,
pub pad2: CARD32,
pub pad3: CARD32,
pub pad4: CARD32,
pub pad5: CARD32,
pub pad6: CARD32,
}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32owner: CARD32pad2: CARD32pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32Trait Implementations
sourceimpl Clone for xGetSelectionOwnerReply
impl Clone for xGetSelectionOwnerReply
sourcefn clone(&self) -> xGetSelectionOwnerReply
fn clone(&self) -> xGetSelectionOwnerReply
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 xGetSelectionOwnerReply
impl Debug for xGetSelectionOwnerReply
impl Copy for xGetSelectionOwnerReply
Auto Trait Implementations
impl RefUnwindSafe for xGetSelectionOwnerReply
impl Send for xGetSelectionOwnerReply
impl Sync for xGetSelectionOwnerReply
impl Unpin for xGetSelectionOwnerReply
impl UnwindSafe for xGetSelectionOwnerReply
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