#[repr(C)]pub struct CMHandleLocation {
pub h: Handle,
}Expand description
Apple SDK struct CMHandleLocation.
Fields§
§h: HandleTrait Implementations§
Source§impl Clone for CMHandleLocation
impl Clone for CMHandleLocation
Source§fn clone(&self) -> CMHandleLocation
fn clone(&self) -> CMHandleLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CMHandleLocation
Auto Trait Implementations§
impl !Send for CMHandleLocation
impl !Sync for CMHandleLocation
impl Freeze for CMHandleLocation
impl RefUnwindSafe for CMHandleLocation
impl Unpin for CMHandleLocation
impl UnsafeUnpin for CMHandleLocation
impl UnwindSafe for CMHandleLocation
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