pub struct MacWindowOptions {
pub request_user_attention: bool,
}
Fields§
§request_user_attention: bool
Trait Implementations§
Source§impl Clone for MacWindowOptions
impl Clone for MacWindowOptions
Source§fn clone(&self) -> MacWindowOptions
fn clone(&self) -> MacWindowOptions
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 MacWindowOptions
impl Debug for MacWindowOptions
Source§impl Default for MacWindowOptions
impl Default for MacWindowOptions
Source§fn default() -> MacWindowOptions
fn default() -> MacWindowOptions
Returns the “default value” for a type. Read more
Source§impl Hash for MacWindowOptions
impl Hash for MacWindowOptions
Source§impl Ord for MacWindowOptions
impl Ord for MacWindowOptions
Source§fn cmp(&self, other: &MacWindowOptions) -> Ordering
fn cmp(&self, other: &MacWindowOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MacWindowOptions
impl PartialEq for MacWindowOptions
Source§impl PartialOrd for MacWindowOptions
impl PartialOrd for MacWindowOptions
impl Copy for MacWindowOptions
impl Eq for MacWindowOptions
impl StructuralPartialEq for MacWindowOptions
Auto Trait Implementations§
impl Freeze for MacWindowOptions
impl RefUnwindSafe for MacWindowOptions
impl Send for MacWindowOptions
impl Sync for MacWindowOptions
impl Unpin for MacWindowOptions
impl UnwindSafe for MacWindowOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)