#[repr(transparent)]pub struct XlibSurfaceCreateFlagsKHR(_);Expand description
Implementations
sourceimpl XlibSurfaceCreateFlagsKHR
impl XlibSurfaceCreateFlagsKHR
pub const fn empty() -> XlibSurfaceCreateFlagsKHR
pub const fn from_raw(x: u32) -> XlibSurfaceCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: XlibSurfaceCreateFlagsKHR) -> bool
sourcepub const fn contains(self, other: XlibSurfaceCreateFlagsKHR) -> bool
pub const fn contains(self, other: XlibSurfaceCreateFlagsKHR) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitAnd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
fn bitand(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitAndAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
sourcefn bitand_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitOr<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
fn bitor(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitOrAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
sourcefn bitor_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitXor<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
fn bitxor(self, rhs: XlibSurfaceCreateFlagsKHR) -> XlibSurfaceCreateFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl BitXorAssign<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: XlibSurfaceCreateFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for XlibSurfaceCreateFlagsKHR
impl Clone for XlibSurfaceCreateFlagsKHR
sourcefn clone(&self) -> XlibSurfaceCreateFlagsKHR
fn clone(&self) -> XlibSurfaceCreateFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for XlibSurfaceCreateFlagsKHR
impl Debug for XlibSurfaceCreateFlagsKHR
sourceimpl Default for XlibSurfaceCreateFlagsKHR
impl Default for XlibSurfaceCreateFlagsKHR
sourcefn default() -> XlibSurfaceCreateFlagsKHR
fn default() -> XlibSurfaceCreateFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for XlibSurfaceCreateFlagsKHR
impl Hash for XlibSurfaceCreateFlagsKHR
sourceimpl Not for XlibSurfaceCreateFlagsKHR
impl Not for XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
type Output = XlibSurfaceCreateFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> XlibSurfaceCreateFlagsKHR
fn not(self) -> XlibSurfaceCreateFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for XlibSurfaceCreateFlagsKHR
impl Ord for XlibSurfaceCreateFlagsKHR
sourceimpl PartialEq<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl PartialEq<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
sourcefn eq(&self, other: &XlibSurfaceCreateFlagsKHR) -> bool
fn eq(&self, other: &XlibSurfaceCreateFlagsKHR) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &XlibSurfaceCreateFlagsKHR) -> bool
fn ne(&self, other: &XlibSurfaceCreateFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
impl PartialOrd<XlibSurfaceCreateFlagsKHR> for XlibSurfaceCreateFlagsKHR
sourcefn partial_cmp(&self, other: &XlibSurfaceCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &XlibSurfaceCreateFlagsKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for XlibSurfaceCreateFlagsKHR
impl Eq for XlibSurfaceCreateFlagsKHR
impl StructuralEq for XlibSurfaceCreateFlagsKHR
impl StructuralPartialEq for XlibSurfaceCreateFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for XlibSurfaceCreateFlagsKHR
impl Send for XlibSurfaceCreateFlagsKHR
impl Sync for XlibSurfaceCreateFlagsKHR
impl Unpin for XlibSurfaceCreateFlagsKHR
impl UnwindSafe for XlibSurfaceCreateFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more