#[repr(u8)]pub enum FMExternCallType {
Init = 0,
Idle = 1,
Shutdown = 4,
AppPrefs = 5,
GetString = 7,
SessionShutdown = 8,
FileShutdown = 9,
}Variants§
Trait Implementations§
Source§impl Clone for FMExternCallType
impl Clone for FMExternCallType
Source§fn clone(&self) -> FMExternCallType
fn clone(&self) -> FMExternCallType
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 moreSource§impl Debug for FMExternCallType
impl Debug for FMExternCallType
impl Copy for FMExternCallType
Auto Trait Implementations§
impl Freeze for FMExternCallType
impl RefUnwindSafe for FMExternCallType
impl Send for FMExternCallType
impl Sync for FMExternCallType
impl Unpin for FMExternCallType
impl UnwindSafe for FMExternCallType
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