pub struct NSZone { /* private fields */ }Available on crate feature
NSZone only.Expand description
A type used to identify and manage memory zones.
Zones are ignored on all newer platforms, you should very rarely need to
use this, but may be useful if you need to implement copyWithZone: or
allocWithZone:.
Trait Implementations§
Source§impl RefEncode for NSZone
impl RefEncode for NSZone
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl RefUnwindSafe for NSZone
impl UnwindSafe for NSZone
Auto Trait Implementations§
impl !Freeze for NSZone
impl !Send for NSZone
impl !Sync for NSZone
impl !Unpin for NSZone
impl UnsafeUnpin for NSZone
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