#[repr(transparent)]pub struct SKOverlayPosition(pub NSInteger);
Available on crate feature
SKOverlayConfiguration
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl SKOverlayPosition
impl SKOverlayPosition
pub const Bottom: Self
pub const BottomRaised: Self
Trait Implementations§
Source§impl Clone for SKOverlayPosition
impl Clone for SKOverlayPosition
Source§fn clone(&self) -> SKOverlayPosition
fn clone(&self) -> SKOverlayPosition
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 SKOverlayPosition
impl Debug for SKOverlayPosition
Source§impl Encode for SKOverlayPosition
impl Encode for SKOverlayPosition
Source§impl Hash for SKOverlayPosition
impl Hash for SKOverlayPosition
Source§impl Ord for SKOverlayPosition
impl Ord for SKOverlayPosition
Source§fn cmp(&self, other: &SKOverlayPosition) -> Ordering
fn cmp(&self, other: &SKOverlayPosition) -> 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 SKOverlayPosition
impl PartialEq for SKOverlayPosition
Source§impl PartialOrd for SKOverlayPosition
impl PartialOrd for SKOverlayPosition
Source§impl RefEncode for SKOverlayPosition
impl RefEncode for SKOverlayPosition
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for SKOverlayPosition
impl Eq for SKOverlayPosition
impl StructuralPartialEq for SKOverlayPosition
Auto Trait Implementations§
impl Freeze for SKOverlayPosition
impl RefUnwindSafe for SKOverlayPosition
impl Send for SKOverlayPosition
impl Sync for SKOverlayPosition
impl Unpin for SKOverlayPosition
impl UnwindSafe for SKOverlayPosition
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> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.