#[repr(C)]pub struct CMProfileLocation {
pub locType: c_short,
pub u: CMProfLoc,
}Expand description
Apple SDK struct CMProfileLocation.
Fields§
§locType: c_short§u: CMProfLocTrait Implementations§
Source§impl Clone for CMProfileLocation
impl Clone for CMProfileLocation
Source§fn clone(&self) -> CMProfileLocation
fn clone(&self) -> CMProfileLocation
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 CMProfileLocation
Auto Trait Implementations§
impl Freeze for CMProfileLocation
impl RefUnwindSafe for CMProfileLocation
impl !Send for CMProfileLocation
impl !Sync for CMProfileLocation
impl Unpin for CMProfileLocation
impl UnsafeUnpin for CMProfileLocation
impl UnwindSafe for CMProfileLocation
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