#[repr(u32)]pub enum IndexInfoFlag {
NotProtected = 0,
Protected = 2_147_483_648,
}
Variants§
Trait Implementations§
Source§impl Clone for IndexInfoFlag
impl Clone for IndexInfoFlag
Source§fn clone(&self) -> IndexInfoFlag
fn clone(&self) -> IndexInfoFlag
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 IndexInfoFlag
impl Debug for IndexInfoFlag
Source§impl TryFrom<u32> for IndexInfoFlag
impl TryFrom<u32> for IndexInfoFlag
impl Copy for IndexInfoFlag
Auto Trait Implementations§
impl Freeze for IndexInfoFlag
impl RefUnwindSafe for IndexInfoFlag
impl Send for IndexInfoFlag
impl Sync for IndexInfoFlag
impl Unpin for IndexInfoFlag
impl UnwindSafe for IndexInfoFlag
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