#[repr(C)]pub struct CMDeviceProfileArray {
pub profileCount: UInt32,
pub profiles: [CMDeviceProfileInfo; 1],
}Expand description
Apple SDK struct CMDeviceProfileArray.
Fields§
§profileCount: UInt32§profiles: [CMDeviceProfileInfo; 1]Trait Implementations§
Source§impl Clone for CMDeviceProfileArray
impl Clone for CMDeviceProfileArray
impl Copy for CMDeviceProfileArray
Auto Trait Implementations§
impl !Send for CMDeviceProfileArray
impl !Sync for CMDeviceProfileArray
impl Freeze for CMDeviceProfileArray
impl RefUnwindSafe for CMDeviceProfileArray
impl Unpin for CMDeviceProfileArray
impl UnsafeUnpin for CMDeviceProfileArray
impl UnwindSafe for CMDeviceProfileArray
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