#[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
Source§fn clone(&self) -> CMDeviceProfileArray
fn clone(&self) -> CMDeviceProfileArray
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 CMDeviceProfileArray
Auto Trait Implementations§
impl Freeze for CMDeviceProfileArray
impl RefUnwindSafe for CMDeviceProfileArray
impl !Send for CMDeviceProfileArray
impl !Sync 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