pub enum PcsConfig {
None,
BarePlatform,
LinuxApplication,
LinuxDso,
PalmOs2004,
PalmOsFuture,
SymbianOs2004,
SymbianOsFuture,
Unknown(u8),
}Expand description
Procedure-call standard (PCS) configuration
Variants§
None
No standard configuration used.
BarePlatform
LinuxApplication
LinuxDso
PalmOs2004
PalmOsFuture
Reserved for future Palm OS configuration.
SymbianOs2004
SymbianOsFuture
Reserved for future Symbian OS configuration.
Unknown(u8)
Implementations§
Trait Implementations§
source§impl PartialEq for PcsConfig
impl PartialEq for PcsConfig
impl Copy for PcsConfig
impl Eq for PcsConfig
impl StructuralPartialEq for PcsConfig
Auto Trait Implementations§
impl Freeze for PcsConfig
impl RefUnwindSafe for PcsConfig
impl Send for PcsConfig
impl Sync for PcsConfig
impl Unpin for PcsConfig
impl UnwindSafe for PcsConfig
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