pub enum XS {
AllOff = 0,
NoneDirtyOrClean = 1,
NoneDirtySomeClean = 2,
SomeDirty = 3,
}
Expand description
Additional extension state
Variants§
AllOff = 0
All off
NoneDirtyOrClean = 1
None dirty or clean, some on
NoneDirtySomeClean = 2
None dirty, some clean
SomeDirty = 3
Some dirty
Trait Implementations§
impl Copy for XS
impl Eq for XS
impl StructuralPartialEq for XS
Auto Trait Implementations§
impl Freeze for XS
impl RefUnwindSafe for XS
impl Send for XS
impl Sync for XS
impl Unpin for XS
impl UnwindSafe for XS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)