#[repr(C)]pub struct CMDeviceProfileInfo {
pub dataVersion: UInt32,
pub profileID: CMDeviceProfileID,
pub profileLoc: CMProfileLocation,
pub profileName: CFDictionaryRef,
pub reserved: UInt32,
}Expand description
Apple SDK struct CMDeviceProfileInfo.
Fields§
§dataVersion: UInt32§profileID: CMDeviceProfileID§profileLoc: CMProfileLocation§profileName: CFDictionaryRef§reserved: UInt32Trait Implementations§
Source§impl Clone for CMDeviceProfileInfo
impl Clone for CMDeviceProfileInfo
Source§fn clone(&self) -> CMDeviceProfileInfo
fn clone(&self) -> CMDeviceProfileInfo
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 CMDeviceProfileInfo
Auto Trait Implementations§
impl Freeze for CMDeviceProfileInfo
impl RefUnwindSafe for CMDeviceProfileInfo
impl !Send for CMDeviceProfileInfo
impl !Sync for CMDeviceProfileInfo
impl Unpin for CMDeviceProfileInfo
impl UnsafeUnpin for CMDeviceProfileInfo
impl UnwindSafe for CMDeviceProfileInfo
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