#[repr(C)]pub struct MacWindowOptions {
pub reserved: u8,
}Fields§
§reserved: u8Trait Implementations§
Source§impl Clone for MacWindowOptions
impl Clone for MacWindowOptions
Source§fn clone(&self) -> MacWindowOptions
fn clone(&self) -> MacWindowOptions
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 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§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more