#[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
impl 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