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