#[repr(u16)]pub enum PlatformId {
Unicode = 0,
Macintosh = 1,
ISO = 2,
Windows = 3,
Custom = 4,
// some variants omitted
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlatformId
impl Clone for PlatformId
Source§fn clone(&self) -> PlatformId
fn clone(&self) -> PlatformId
Returns a copy 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 PlatformId
impl Debug for PlatformId
Source§impl Default for PlatformId
impl Default for PlatformId
Source§fn default() -> PlatformId
fn default() -> PlatformId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlatformId
impl<'de> Deserialize<'de> for PlatformId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PlatformId
impl Hash for PlatformId
Source§impl Ord for PlatformId
impl Ord for PlatformId
Source§fn cmp(&self, other: &PlatformId) -> Ordering
fn cmp(&self, other: &PlatformId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlatformId
impl PartialEq for PlatformId
Source§impl PartialOrd for PlatformId
impl PartialOrd for PlatformId
Source§impl Scalar for PlatformId
impl Scalar for PlatformId
Source§impl Serialize for PlatformId
impl Serialize for PlatformId
impl Copy for PlatformId
impl Eq for PlatformId
impl StructuralPartialEq for PlatformId
Auto Trait Implementations§
impl Freeze for PlatformId
impl RefUnwindSafe for PlatformId
impl Send for PlatformId
impl Sync for PlatformId
impl Unpin for PlatformId
impl UnwindSafe for PlatformId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FixedSize for Twhere
T: Scalar,
impl<T> FixedSize for Twhere
T: Scalar,
Source§const RAW_BYTE_LEN: usize = _
const RAW_BYTE_LEN: usize = _
The raw size of this type, in bytes. Read more