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