#[repr(u32)]pub enum DisposeType {
Unrecognized = 0,
None = 1,
Background = 2,
Previous = 3,
}
Variants§
Implementations§
Source§impl DisposeType
impl DisposeType
pub const Undefined: DisposeType = DisposeType::Unrecognized
Trait Implementations§
Source§impl Clone for DisposeType
impl Clone for DisposeType
Source§fn clone(&self) -> DisposeType
fn clone(&self) -> DisposeType
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 DisposeType
impl Debug for DisposeType
Source§impl Hash for DisposeType
impl Hash for DisposeType
Source§impl PartialEq for DisposeType
impl PartialEq for DisposeType
impl Copy for DisposeType
impl Eq for DisposeType
impl StructuralPartialEq for DisposeType
Auto Trait Implementations§
impl Freeze for DisposeType
impl RefUnwindSafe for DisposeType
impl Send for DisposeType
impl Sync for DisposeType
impl Unpin for DisposeType
impl UnwindSafe for DisposeType
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