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