Struct xproto::xConvertSelectionReq
source · #[repr(C)]pub struct xConvertSelectionReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub requestor: CARD32,
pub selection: CARD32,
pub target: CARD32,
pub property: CARD32,
pub time: CARD32,
}Fields
reqType: CARD8pad: BYTElength: CARD16requestor: CARD32selection: CARD32target: CARD32property: CARD32time: CARD32Trait Implementations
sourceimpl Clone for xConvertSelectionReq
impl Clone for xConvertSelectionReq
sourcefn clone(&self) -> xConvertSelectionReq
fn clone(&self) -> xConvertSelectionReq
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 xConvertSelectionReq
impl Debug for xConvertSelectionReq
impl Copy for xConvertSelectionReq
Auto Trait Implementations
impl RefUnwindSafe for xConvertSelectionReq
impl Send for xConvertSelectionReq
impl Sync for xConvertSelectionReq
impl Unpin for xConvertSelectionReq
impl UnwindSafe for xConvertSelectionReq
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