#[repr(u32)]pub enum Zone_BarrierFlags {
Incremental = 1,
Concurrent = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Zone_BarrierFlags
impl Clone for Zone_BarrierFlags
Source§fn clone(&self) -> Zone_BarrierFlags
fn clone(&self) -> Zone_BarrierFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Zone_BarrierFlags
impl Debug for Zone_BarrierFlags
Source§impl Hash for Zone_BarrierFlags
impl Hash for Zone_BarrierFlags
Source§impl PartialEq for Zone_BarrierFlags
impl PartialEq for Zone_BarrierFlags
Source§fn eq(&self, other: &Zone_BarrierFlags) -> bool
fn eq(&self, other: &Zone_BarrierFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Zone_BarrierFlags
impl Eq for Zone_BarrierFlags
impl StructuralPartialEq for Zone_BarrierFlags
Auto Trait Implementations§
impl Freeze for Zone_BarrierFlags
impl RefUnwindSafe for Zone_BarrierFlags
impl Send for Zone_BarrierFlags
impl Sync for Zone_BarrierFlags
impl Unpin for Zone_BarrierFlags
impl UnsafeUnpin for Zone_BarrierFlags
impl UnwindSafe for Zone_BarrierFlags
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