pub struct CursorCaps(/* private fields */);Expand description
[docs.microsoft.com] D3DCURSORCAPS_*
Implementations§
Source§impl CursorCaps
impl CursorCaps
Source§impl CursorCaps
impl CursorCaps
Trait Implementations§
Source§impl BitOr for CursorCaps
impl BitOr for CursorCaps
Source§impl BitOrAssign for CursorCaps
impl BitOrAssign for CursorCaps
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for CursorCaps
impl Clone for CursorCaps
Source§fn clone(&self) -> CursorCaps
fn clone(&self) -> CursorCaps
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 Debug for CursorCaps
impl Debug for CursorCaps
Source§impl Default for CursorCaps
impl Default for CursorCaps
Source§fn default() -> CursorCaps
fn default() -> CursorCaps
Returns the “default value” for a type. Read more
Source§impl From<CursorCaps> for DWORD
impl From<CursorCaps> for DWORD
Source§fn from(value: CursorCaps) -> Self
fn from(value: CursorCaps) -> Self
Converts to this type from the input type.
Source§impl Hash for CursorCaps
impl Hash for CursorCaps
Source§impl Ord for CursorCaps
impl Ord for CursorCaps
Source§fn cmp(&self, other: &CursorCaps) -> Ordering
fn cmp(&self, other: &CursorCaps) -> 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 PartialEq for CursorCaps
impl PartialEq for CursorCaps
Source§impl PartialOrd for CursorCaps
impl PartialOrd for CursorCaps
impl Copy for CursorCaps
impl Eq for CursorCaps
impl Pod for CursorCaps
impl StructuralPartialEq for CursorCaps
Auto Trait Implementations§
impl Freeze for CursorCaps
impl RefUnwindSafe for CursorCaps
impl Send for CursorCaps
impl Sync for CursorCaps
impl Unpin for CursorCaps
impl UnwindSafe for CursorCaps
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.