Struct x11rb::protocol::xproto::FreeGCRequest
source · pub struct FreeGCRequest {
pub gc: u32,
}
Expand description
Fields§
§gc: u32
Implementations§
Trait Implementations§
source§impl Clone for FreeGCRequest
impl Clone for FreeGCRequest
source§fn clone(&self) -> FreeGCRequest
fn clone(&self) -> FreeGCRequest
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 FreeGCRequest
impl Debug for FreeGCRequest
source§impl Default for FreeGCRequest
impl Default for FreeGCRequest
source§fn default() -> FreeGCRequest
fn default() -> FreeGCRequest
Returns the “default value” for a type. Read more
source§impl Request for FreeGCRequest
impl Request for FreeGCRequest
impl Copy for FreeGCRequest
impl VoidRequest for FreeGCRequest
Auto Trait Implementations§
impl Freeze for FreeGCRequest
impl RefUnwindSafe for FreeGCRequest
impl Send for FreeGCRequest
impl Sync for FreeGCRequest
impl Unpin for FreeGCRequest
impl UnwindSafe for FreeGCRequest
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