pub struct CreatePixmapRequest<'input> {
pub screen: u32,
pub fbconfig: u32,
pub pixmap: u32,
pub glx_pixmap: u32,
pub attribs: Cow<'input, [u32]>,
}
Fields§
§screen: u32
§fbconfig: u32
§pixmap: u32
§glx_pixmap: u32
§attribs: Cow<'input, [u32]>
Implementations§
Source§impl<'input> CreatePixmapRequest<'input>
impl<'input> CreatePixmapRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for CreatePixmapRequest<'input>
impl<'input> Clone for CreatePixmapRequest<'input>
Source§fn clone(&self) -> CreatePixmapRequest<'input>
fn clone(&self) -> CreatePixmapRequest<'input>
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<'input> Debug for CreatePixmapRequest<'input>
impl<'input> Debug for CreatePixmapRequest<'input>
Source§impl<'input> Default for CreatePixmapRequest<'input>
impl<'input> Default for CreatePixmapRequest<'input>
Source§fn default() -> CreatePixmapRequest<'input>
fn default() -> CreatePixmapRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for CreatePixmapRequest<'input>
impl<'input> Hash for CreatePixmapRequest<'input>
Source§impl<'input> Ord for CreatePixmapRequest<'input>
impl<'input> Ord for CreatePixmapRequest<'input>
Source§fn cmp(&self, other: &CreatePixmapRequest<'input>) -> Ordering
fn cmp(&self, other: &CreatePixmapRequest<'input>) -> 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<'input> PartialEq for CreatePixmapRequest<'input>
impl<'input> PartialEq for CreatePixmapRequest<'input>
Source§impl<'input> PartialOrd for CreatePixmapRequest<'input>
impl<'input> PartialOrd for CreatePixmapRequest<'input>
Source§impl<'input> Request for CreatePixmapRequest<'input>
impl<'input> Request for CreatePixmapRequest<'input>
impl<'input> Eq for CreatePixmapRequest<'input>
impl<'input> StructuralPartialEq for CreatePixmapRequest<'input>
impl<'input> VoidRequest for CreatePixmapRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for CreatePixmapRequest<'input>
impl<'input> RefUnwindSafe for CreatePixmapRequest<'input>
impl<'input> Send for CreatePixmapRequest<'input>
impl<'input> Sync for CreatePixmapRequest<'input>
impl<'input> Unpin for CreatePixmapRequest<'input>
impl<'input> UnwindSafe for CreatePixmapRequest<'input>
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