pub struct SetWindowShapeRegionRequest {
pub dest: Window,
pub dest_kind: SK,
pub x_offset: i16,
pub y_offset: i16,
pub region: Region,
}
Fields§
§dest: Window
§dest_kind: SK
§x_offset: i16
§y_offset: i16
§region: Region
Implementations§
Trait Implementations§
source§impl Clone for SetWindowShapeRegionRequest
impl Clone for SetWindowShapeRegionRequest
source§fn clone(&self) -> SetWindowShapeRegionRequest
fn clone(&self) -> SetWindowShapeRegionRequest
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 moresource§impl Debug for SetWindowShapeRegionRequest
impl Debug for SetWindowShapeRegionRequest
source§impl Default for SetWindowShapeRegionRequest
impl Default for SetWindowShapeRegionRequest
source§fn default() -> SetWindowShapeRegionRequest
fn default() -> SetWindowShapeRegionRequest
Returns the “default value” for a type. Read more
impl Copy for SetWindowShapeRegionRequest
impl VoidRequest for SetWindowShapeRegionRequest
Auto Trait Implementations§
impl Freeze for SetWindowShapeRegionRequest
impl RefUnwindSafe for SetWindowShapeRegionRequest
impl Send for SetWindowShapeRegionRequest
impl Sync for SetWindowShapeRegionRequest
impl Unpin for SetWindowShapeRegionRequest
impl UnwindSafe for SetWindowShapeRegionRequest
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