pub struct PlatformSpecificEventLoopAttributes {
pub android_app: Option<AndroidApp>,
pub ignore_volume_keys: bool,
}Fields§
§android_app: Option<AndroidApp>§ignore_volume_keys: 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 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