#[repr(u32)]pub enum EGMFlags {
OnlyIfExists = 0,
CreateIfNotExists = 1,
AlwaysCreate = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for EGMFlags
impl RefUnwindSafe for EGMFlags
impl Send for EGMFlags
impl Sync for EGMFlags
impl Unpin for EGMFlags
impl UnsafeUnpin for EGMFlags
impl UnwindSafe for EGMFlags
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