pub struct PlatformSpecificEventLoopAttributes {
pub activation_policy: Option<ActivationPolicy>,
pub default_menu: bool,
pub activate_ignoring_other_apps: bool,
}Fields§
§activation_policy: Option<ActivationPolicy>§activate_ignoring_other_apps: boolTrait Implementations§
Source§impl Clone for PlatformSpecificEventLoopAttributes
impl Clone for PlatformSpecificEventLoopAttributes
Source§fn clone(&self) -> PlatformSpecificEventLoopAttributes
fn clone(&self) -> PlatformSpecificEventLoopAttributes
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 PartialEq for PlatformSpecificEventLoopAttributes
impl PartialEq for PlatformSpecificEventLoopAttributes
Source§fn eq(&self, other: &PlatformSpecificEventLoopAttributes) -> bool
fn eq(&self, other: &PlatformSpecificEventLoopAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PlatformSpecificEventLoopAttributes
impl Eq for PlatformSpecificEventLoopAttributes
impl StructuralPartialEq for PlatformSpecificEventLoopAttributes
Auto Trait Implementations§
impl Freeze for PlatformSpecificEventLoopAttributes
impl RefUnwindSafe for PlatformSpecificEventLoopAttributes
impl Send for PlatformSpecificEventLoopAttributes
impl Sync for PlatformSpecificEventLoopAttributes
impl Unpin for PlatformSpecificEventLoopAttributes
impl UnwindSafe for PlatformSpecificEventLoopAttributes
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