Struct xcb::xfixes::SetGcClipRegion
source · pub struct SetGcClipRegion {
pub gc: Gcontext,
pub region: Region,
pub x_origin: i16,
pub y_origin: i16,
}
Expand description
The SetGcClipRegion
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§gc: Gcontext
§region: Region
§x_origin: i16
§y_origin: i16
Trait Implementations§
source§impl Clone for SetGcClipRegion
impl Clone for SetGcClipRegion
source§fn clone(&self) -> SetGcClipRegion
fn clone(&self) -> SetGcClipRegion
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 SetGcClipRegion
impl Debug for SetGcClipRegion
source§impl RawRequest for SetGcClipRegion
impl RawRequest for SetGcClipRegion
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for SetGcClipRegion
impl Request for SetGcClipRegion
impl RequestWithoutReply for SetGcClipRegion
Auto Trait Implementations§
impl Freeze for SetGcClipRegion
impl RefUnwindSafe for SetGcClipRegion
impl Send for SetGcClipRegion
impl Sync for SetGcClipRegion
impl Unpin for SetGcClipRegion
impl UnwindSafe for SetGcClipRegion
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
)