#[repr(u32)]pub enum _fc2OSType {
FC2_WINDOWS_X86 = 0,
FC2_WINDOWS_X64 = 1,
FC2_LINUX_X86 = 2,
FC2_LINUX_X64 = 3,
FC2_MAC = 4,
FC2_UNKNOWN_OS = 5,
FC2_OSTYPE_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_WINDOWS_X86 = 0
FC2_WINDOWS_X64 = 1
FC2_LINUX_X86 = 2
FC2_LINUX_X64 = 3
FC2_MAC = 4
FC2_UNKNOWN_OS = 5
FC2_OSTYPE_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2OSType
impl Clone for _fc2OSType
Source§fn clone(&self) -> _fc2OSType
fn clone(&self) -> _fc2OSType
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 _fc2OSType
impl Debug for _fc2OSType
impl Copy for _fc2OSType
Auto Trait Implementations§
impl Freeze for _fc2OSType
impl RefUnwindSafe for _fc2OSType
impl Send for _fc2OSType
impl Sync for _fc2OSType
impl Unpin for _fc2OSType
impl UnwindSafe for _fc2OSType
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