pub enum PlatformSpecific {
MacOS(MacOS),
}
Expand description
A platform specific event
Variants§
Trait Implementations§
Source§impl Clone for PlatformSpecific
impl Clone for PlatformSpecific
Source§fn clone(&self) -> PlatformSpecific
fn clone(&self) -> PlatformSpecific
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 PlatformSpecific
impl Debug for PlatformSpecific
Source§impl PartialEq for PlatformSpecific
impl PartialEq for PlatformSpecific
impl Eq for PlatformSpecific
impl StructuralPartialEq for PlatformSpecific
Auto Trait Implementations§
impl Freeze for PlatformSpecific
impl RefUnwindSafe for PlatformSpecific
impl Send for PlatformSpecific
impl Sync for PlatformSpecific
impl Unpin for PlatformSpecific
impl UnwindSafe for PlatformSpecific
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