pub struct DirectFBSurfaceCreateFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl 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§
Source§impl BitAnd for DirectFBSurfaceCreateFlagsEXT
impl BitAnd for DirectFBSurfaceCreateFlagsEXT
Source§type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: DirectFBSurfaceCreateFlagsEXT,
) -> DirectFBSurfaceCreateFlagsEXT
fn bitand( self, rhs: DirectFBSurfaceCreateFlagsEXT, ) -> DirectFBSurfaceCreateFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for DirectFBSurfaceCreateFlagsEXT
impl BitAndAssign for DirectFBSurfaceCreateFlagsEXT
Source§fn bitand_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for DirectFBSurfaceCreateFlagsEXT
impl BitOr for DirectFBSurfaceCreateFlagsEXT
Source§type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT,
) -> DirectFBSurfaceCreateFlagsEXT
fn bitor( self, rhs: DirectFBSurfaceCreateFlagsEXT, ) -> DirectFBSurfaceCreateFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for DirectFBSurfaceCreateFlagsEXT
impl BitOrAssign for DirectFBSurfaceCreateFlagsEXT
Source§fn bitor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for DirectFBSurfaceCreateFlagsEXT
impl BitXor for DirectFBSurfaceCreateFlagsEXT
Source§type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: DirectFBSurfaceCreateFlagsEXT,
) -> DirectFBSurfaceCreateFlagsEXT
fn bitxor( self, rhs: DirectFBSurfaceCreateFlagsEXT, ) -> DirectFBSurfaceCreateFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for DirectFBSurfaceCreateFlagsEXT
impl BitXorAssign for DirectFBSurfaceCreateFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: DirectFBSurfaceCreateFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for DirectFBSurfaceCreateFlagsEXT
impl Clone for DirectFBSurfaceCreateFlagsEXT
Source§fn clone(&self) -> DirectFBSurfaceCreateFlagsEXT
fn clone(&self) -> DirectFBSurfaceCreateFlagsEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DirectFBSurfaceCreateFlagsEXT
impl Default for DirectFBSurfaceCreateFlagsEXT
Source§fn default() -> DirectFBSurfaceCreateFlagsEXT
fn default() -> DirectFBSurfaceCreateFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DirectFBSurfaceCreateFlagsEXT
impl Hash for DirectFBSurfaceCreateFlagsEXT
Source§impl Not for DirectFBSurfaceCreateFlagsEXT
impl Not for DirectFBSurfaceCreateFlagsEXT
Source§type Output = DirectFBSurfaceCreateFlagsEXT
type Output = DirectFBSurfaceCreateFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> DirectFBSurfaceCreateFlagsEXT
fn not(self) -> DirectFBSurfaceCreateFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for DirectFBSurfaceCreateFlagsEXT
impl Ord for DirectFBSurfaceCreateFlagsEXT
Source§fn cmp(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &DirectFBSurfaceCreateFlagsEXT) -> Ordering
1.21.0§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 PartialOrd for DirectFBSurfaceCreateFlagsEXT
impl PartialOrd for DirectFBSurfaceCreateFlagsEXT
impl Copy for DirectFBSurfaceCreateFlagsEXT
impl Eq for DirectFBSurfaceCreateFlagsEXT
impl StructuralPartialEq for DirectFBSurfaceCreateFlagsEXT
Auto Trait Implementations§
impl Freeze for DirectFBSurfaceCreateFlagsEXT
impl RefUnwindSafe for DirectFBSurfaceCreateFlagsEXT
impl Send for DirectFBSurfaceCreateFlagsEXT
impl Sync for DirectFBSurfaceCreateFlagsEXT
impl Unpin for DirectFBSurfaceCreateFlagsEXT
impl UnwindSafe for DirectFBSurfaceCreateFlagsEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)