#[repr(u32)]pub enum SA_TYPE {
SA_NORESTORE = 0,
SA_RESTORE = 1,
SA_DEFAULT = 2,
SA_NOSAVE = 3,
SA_SAVE = 4,
SA_SAVEASK = 5,
SA_SUICIDE = 6,
}
Expand description
Startup Actions
Variants§
SA_NORESTORE = 0
= 0
SA_RESTORE = 1
SA_DEFAULT = 2
was === SA_RESTORE
SA_NOSAVE = 3
SA_SAVE = 4
SA_SAVEASK = 5
SA_SUICIDE = 6
Trait Implementations§
impl Copy for SA_TYPE
impl Eq for SA_TYPE
impl StructuralPartialEq for SA_TYPE
Auto Trait Implementations§
impl Freeze for SA_TYPE
impl RefUnwindSafe for SA_TYPE
impl Send for SA_TYPE
impl Sync for SA_TYPE
impl Unpin for SA_TYPE
impl UnwindSafe for SA_TYPE
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§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
)