#[repr(transparent)]pub struct GKRTreeSplitStrategy(pub NSInteger);Available on crate feature
GKRTree only.Expand description
Used to adjust the way in which RTree nodes are split when they grow too large.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
Source§impl Clone for GKRTreeSplitStrategy
impl Clone for GKRTreeSplitStrategy
Source§fn clone(&self) -> GKRTreeSplitStrategy
fn clone(&self) -> GKRTreeSplitStrategy
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 GKRTreeSplitStrategy
impl Debug for GKRTreeSplitStrategy
Source§impl Encode for GKRTreeSplitStrategy
impl Encode for GKRTreeSplitStrategy
Source§impl Hash for GKRTreeSplitStrategy
impl Hash for GKRTreeSplitStrategy
Source§impl Ord for GKRTreeSplitStrategy
impl Ord for GKRTreeSplitStrategy
Source§fn cmp(&self, other: &GKRTreeSplitStrategy) -> Ordering
fn cmp(&self, other: &GKRTreeSplitStrategy) -> 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 GKRTreeSplitStrategy
impl PartialEq for GKRTreeSplitStrategy
Source§impl PartialOrd for GKRTreeSplitStrategy
impl PartialOrd for GKRTreeSplitStrategy
Source§impl RefEncode for GKRTreeSplitStrategy
impl RefEncode for GKRTreeSplitStrategy
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 GKRTreeSplitStrategy
impl Eq for GKRTreeSplitStrategy
impl StructuralPartialEq for GKRTreeSplitStrategy
Auto Trait Implementations§
impl Freeze for GKRTreeSplitStrategy
impl RefUnwindSafe for GKRTreeSplitStrategy
impl Send for GKRTreeSplitStrategy
impl Sync for GKRTreeSplitStrategy
impl Unpin for GKRTreeSplitStrategy
impl UnwindSafe for GKRTreeSplitStrategy
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.