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