#[repr(C)]pub enum ResumeType {
Restart = 0,
Resume = 1,
Quick = 2,
None = 3,
}
Expand description
恢复类型枚举
Variants§
Trait Implementations§
Source§impl Clone for ResumeType
impl Clone for ResumeType
Source§fn clone(&self) -> ResumeType
fn clone(&self) -> ResumeType
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 ResumeType
impl Debug for ResumeType
Source§impl Default for ResumeType
impl Default for ResumeType
Source§impl PartialEq for ResumeType
impl PartialEq for ResumeType
impl Copy for ResumeType
impl Eq for ResumeType
impl StructuralPartialEq for ResumeType
Auto Trait Implementations§
impl Freeze for ResumeType
impl RefUnwindSafe for ResumeType
impl Send for ResumeType
impl Sync for ResumeType
impl Unpin for ResumeType
impl UnwindSafe for ResumeType
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