Struct ConvertSelectionRequest
pub struct ConvertSelectionRequest {
pub requestor: u32,
pub selection: u32,
pub target: u32,
pub property: u32,
pub time: u32,
}
Fields§
§requestor: u32
§selection: u32
§target: u32
§property: u32
§time: u32
Implementations§
Trait Implementations§
§impl Clone for ConvertSelectionRequest
impl Clone for ConvertSelectionRequest
§fn clone(&self) -> ConvertSelectionRequest
fn clone(&self) -> ConvertSelectionRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ConvertSelectionRequest
impl Debug for ConvertSelectionRequest
§impl Default for ConvertSelectionRequest
impl Default for ConvertSelectionRequest
§fn default() -> ConvertSelectionRequest
fn default() -> ConvertSelectionRequest
Returns the “default value” for a type. Read more
§impl Request for ConvertSelectionRequest
impl Request for ConvertSelectionRequest
impl Copy for ConvertSelectionRequest
impl VoidRequest for ConvertSelectionRequest
Auto Trait Implementations§
impl Freeze for ConvertSelectionRequest
impl RefUnwindSafe for ConvertSelectionRequest
impl Send for ConvertSelectionRequest
impl Sync for ConvertSelectionRequest
impl Unpin for ConvertSelectionRequest
impl UnwindSafe for ConvertSelectionRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)