Struct SetWindowShapeRegionRequest
pub struct SetWindowShapeRegionRequest {
pub dest: u32,
pub dest_kind: SK,
pub x_offset: i16,
pub y_offset: i16,
pub region: u32,
}
Fields§
§dest: u32
§dest_kind: SK
§x_offset: i16
§y_offset: i16
§region: u32
Implementations§
Trait Implementations§
§impl Clone for SetWindowShapeRegionRequest
impl Clone for SetWindowShapeRegionRequest
§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 more§impl Debug for SetWindowShapeRegionRequest
impl Debug for SetWindowShapeRegionRequest
§impl Default for SetWindowShapeRegionRequest
impl Default for SetWindowShapeRegionRequest
§fn default() -> SetWindowShapeRegionRequest
fn default() -> SetWindowShapeRegionRequest
Returns the “default value” for a type. Read more
§impl Request for SetWindowShapeRegionRequest
impl Request for SetWindowShapeRegionRequest
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
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
)