Struct GetSelectionOwnerRequest
pub struct GetSelectionOwnerRequest {
pub selection: u32,
}
Expand description
Fields§
§selection: u32
Implementations§
Trait Implementations§
§impl Clone for GetSelectionOwnerRequest
impl Clone for GetSelectionOwnerRequest
§fn clone(&self) -> GetSelectionOwnerRequest
fn clone(&self) -> GetSelectionOwnerRequest
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 GetSelectionOwnerRequest
impl Debug for GetSelectionOwnerRequest
§impl Default for GetSelectionOwnerRequest
impl Default for GetSelectionOwnerRequest
§fn default() -> GetSelectionOwnerRequest
fn default() -> GetSelectionOwnerRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetSelectionOwnerRequest
impl ReplyRequest for GetSelectionOwnerRequest
§type Reply = GetSelectionOwnerReply
type Reply = GetSelectionOwnerReply
The kind of reply that this request generates.
§impl Request for GetSelectionOwnerRequest
impl Request for GetSelectionOwnerRequest
impl Copy for GetSelectionOwnerRequest
Auto Trait Implementations§
impl Freeze for GetSelectionOwnerRequest
impl RefUnwindSafe for GetSelectionOwnerRequest
impl Send for GetSelectionOwnerRequest
impl Sync for GetSelectionOwnerRequest
impl Unpin for GetSelectionOwnerRequest
impl UnwindSafe for GetSelectionOwnerRequest
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
)