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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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 UnsafeUnpin for PlatformSpecificEventLoopAttributes
impl UnwindSafe for PlatformSpecificEventLoopAttributes
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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