#[repr(transparent)]pub struct DirectFBSurfaceCreateFlagsEXT(_);Expand description
Implementations
sourceimpl DirectFBSurfaceCreateFlagsEXT
impl DirectFBSurfaceCreateFlagsEXT
pub const fn empty() -> DirectFBSurfaceCreateFlagsEXT
pub const fn from_raw(x: u32) -> DirectFBSurfaceCreateFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DirectFBSurfaceCreateFlagsEXT) -> bool
sourcepub const fn contains(self, other: DirectFBSurfaceCreateFlagsEXT) -> bool
pub const fn contains(self, other: DirectFBSurfaceCreateFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitAnd<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
fn bitand(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitAndAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
sourcefn bitand_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitOr<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
fn bitor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitOrAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
sourcefn bitor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitXor<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
fn bitxor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT
) -> DirectFBSurfaceCreateFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl BitXorAssign<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for DirectFBSurfaceCreateFlagsEXT
impl Clone for DirectFBSurfaceCreateFlagsEXT
sourcefn clone(&self) -> DirectFBSurfaceCreateFlagsEXT
fn clone(&self) -> DirectFBSurfaceCreateFlagsEXT
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 DirectFBSurfaceCreateFlagsEXT
impl Debug for DirectFBSurfaceCreateFlagsEXT
sourceimpl Default for DirectFBSurfaceCreateFlagsEXT
impl Default for DirectFBSurfaceCreateFlagsEXT
sourcefn default() -> DirectFBSurfaceCreateFlagsEXT
fn default() -> DirectFBSurfaceCreateFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for DirectFBSurfaceCreateFlagsEXT
impl Hash for DirectFBSurfaceCreateFlagsEXT
sourceimpl Not for DirectFBSurfaceCreateFlagsEXT
impl Not for DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> DirectFBSurfaceCreateFlagsEXT
fn not(self) -> DirectFBSurfaceCreateFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for DirectFBSurfaceCreateFlagsEXT
impl Ord for DirectFBSurfaceCreateFlagsEXT
sourceimpl PartialEq<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl PartialEq<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
sourcefn eq(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> bool
fn eq(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> bool
fn ne(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
impl PartialOrd<DirectFBSurfaceCreateFlagsEXT> for DirectFBSurfaceCreateFlagsEXT
sourcefn partial_cmp(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> 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 DirectFBSurfaceCreateFlagsEXT
impl Eq for DirectFBSurfaceCreateFlagsEXT
impl StructuralEq for DirectFBSurfaceCreateFlagsEXT
impl StructuralPartialEq for DirectFBSurfaceCreateFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for DirectFBSurfaceCreateFlagsEXT
impl Send for DirectFBSurfaceCreateFlagsEXT
impl Sync for DirectFBSurfaceCreateFlagsEXT
impl Unpin for DirectFBSurfaceCreateFlagsEXT
impl UnwindSafe for DirectFBSurfaceCreateFlagsEXT
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