pub enum RStatus {
Other(String),
FMOD(Status),
}Variants§
Trait Implementations§
Source§impl PartialOrd for RStatus
impl PartialOrd for RStatus
impl StructuralPartialEq for RStatus
Auto Trait Implementations§
impl Freeze for RStatus
impl RefUnwindSafe for RStatus
impl Send for RStatus
impl Sync for RStatus
impl Unpin for RStatus
impl UnsafeUnpin for RStatus
impl UnwindSafe for RStatus
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