#[repr(u32)]pub enum RecordFlag {
Deleted = 32,
Ignored = 4_096,
}
Variants§
Trait Implementations§
Source§impl Clone for RecordFlag
impl Clone for RecordFlag
Source§fn clone(&self) -> RecordFlag
fn clone(&self) -> RecordFlag
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 RecordFlag
impl Debug for RecordFlag
Source§impl From<RecordFlag> for RecordFlag_CEnum
impl From<RecordFlag> for RecordFlag_CEnum
Source§fn from(value: RecordFlag) -> Self
fn from(value: RecordFlag) -> Self
Converts to this type from the input type.
Source§impl Hash for RecordFlag
impl Hash for RecordFlag
Source§impl Ord for RecordFlag
impl Ord for RecordFlag
Source§fn cmp(&self, other: &RecordFlag) -> Ordering
fn cmp(&self, other: &RecordFlag) -> 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 RecordFlag
impl PartialEq for RecordFlag
Source§impl PartialOrd for RecordFlag
impl PartialOrd for RecordFlag
Source§impl TryFrom<RecordFlag_CEnum> for RecordFlag
impl TryFrom<RecordFlag_CEnum> for RecordFlag
impl Copy for RecordFlag
impl Eq for RecordFlag
impl StructuralPartialEq for RecordFlag
Auto Trait Implementations§
impl Freeze for RecordFlag
impl RefUnwindSafe for RecordFlag
impl Send for RecordFlag
impl Sync for RecordFlag
impl Unpin for RecordFlag
impl UnwindSafe for RecordFlag
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