Struct CURSORINFO_FLAGS
#[repr(transparent)]pub struct CURSORINFO_FLAGS(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for CURSORINFO_FLAGS
impl Clone for CURSORINFO_FLAGS
§fn clone(&self) -> CURSORINFO_FLAGS
fn clone(&self) -> CURSORINFO_FLAGS
Returns a copy 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 more§impl Debug for CURSORINFO_FLAGS
impl Debug for CURSORINFO_FLAGS
§impl Default for CURSORINFO_FLAGS
impl Default for CURSORINFO_FLAGS
§fn default() -> CURSORINFO_FLAGS
fn default() -> CURSORINFO_FLAGS
Returns the “default value” for a type. Read more
§impl PartialEq for CURSORINFO_FLAGS
impl PartialEq for CURSORINFO_FLAGS
impl Copy for CURSORINFO_FLAGS
impl Eq for CURSORINFO_FLAGS
impl StructuralPartialEq for CURSORINFO_FLAGS
Auto Trait Implementations§
impl Freeze for CURSORINFO_FLAGS
impl RefUnwindSafe for CURSORINFO_FLAGS
impl Send for CURSORINFO_FLAGS
impl Sync for CURSORINFO_FLAGS
impl Unpin for CURSORINFO_FLAGS
impl UnwindSafe for CURSORINFO_FLAGS
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