pub struct DestroyDrawableRequest {
pub screen: u32,
pub drawable: u32,
}
Fields§
§screen: u32
§drawable: u32
Implementations§
Trait Implementations§
Source§impl Clone for DestroyDrawableRequest
impl Clone for DestroyDrawableRequest
Source§fn clone(&self) -> DestroyDrawableRequest
fn clone(&self) -> DestroyDrawableRequest
Returns a duplicate 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 moreSource§impl Debug for DestroyDrawableRequest
impl Debug for DestroyDrawableRequest
Source§impl Default for DestroyDrawableRequest
impl Default for DestroyDrawableRequest
Source§fn default() -> DestroyDrawableRequest
fn default() -> DestroyDrawableRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DestroyDrawableRequest
impl Hash for DestroyDrawableRequest
Source§impl Ord for DestroyDrawableRequest
impl Ord for DestroyDrawableRequest
Source§fn cmp(&self, other: &DestroyDrawableRequest) -> Ordering
fn cmp(&self, other: &DestroyDrawableRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DestroyDrawableRequest
impl PartialEq for DestroyDrawableRequest
Source§impl PartialOrd for DestroyDrawableRequest
impl PartialOrd for DestroyDrawableRequest
Source§impl Request for DestroyDrawableRequest
impl Request for DestroyDrawableRequest
impl Copy for DestroyDrawableRequest
impl Eq for DestroyDrawableRequest
impl StructuralPartialEq for DestroyDrawableRequest
impl VoidRequest for DestroyDrawableRequest
Auto Trait Implementations§
impl Freeze for DestroyDrawableRequest
impl RefUnwindSafe for DestroyDrawableRequest
impl Send for DestroyDrawableRequest
impl Sync for DestroyDrawableRequest
impl Unpin for DestroyDrawableRequest
impl UnwindSafe for DestroyDrawableRequest
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