#[repr(u32)]pub enum Enum_Unnamed49 {
SA_NORESTORE = 0,
SA_RESTORE = 1,
SA_DEFAULT = 2,
SA_NOSAVE = 3,
SA_SAVE = 4,
SA_SAVEASK = 5,
SA_SUICIDE = 6,
}
Variants§
SA_NORESTORE = 0
SA_RESTORE = 1
SA_DEFAULT = 2
SA_NOSAVE = 3
SA_SAVE = 4
SA_SAVEASK = 5
SA_SUICIDE = 6
Trait Implementations§
Source§impl Clone for Enum_Unnamed49
impl Clone for Enum_Unnamed49
Source§fn clone(&self) -> Enum_Unnamed49
fn clone(&self) -> Enum_Unnamed49
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 moreimpl Copy for Enum_Unnamed49
Auto Trait Implementations§
impl Freeze for Enum_Unnamed49
impl RefUnwindSafe for Enum_Unnamed49
impl Send for Enum_Unnamed49
impl Sync for Enum_Unnamed49
impl Unpin for Enum_Unnamed49
impl UnwindSafe for Enum_Unnamed49
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