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