#[repr(u32)]pub enum Compatibility {
Mac = 2,
Win = 4,
Server = 8,
IOS = 16,
CustomWeb = 32,
WebDirect = 64,
AllDevice = 126,
Future = 16_711_680,
}Variants§
Mac = 2
Win = 4
Server = 8
IOS = 16
CustomWeb = 32
WebDirect = 64
AllDevice = 126
Future = 16_711_680
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Compatibility
impl RefUnwindSafe for Compatibility
impl Send for Compatibility
impl Sync for Compatibility
impl Unpin for Compatibility
impl UnwindSafe for Compatibility
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