#[repr(C, packed(2))]pub struct CMScreeningType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub screeningFlag: UInt32,
pub channelCount: UInt32,
pub channelInfo: [CMScreeningChannelRec; 1],
}Fields§
§typeDescriptor: OSType§reserved: UInt32§screeningFlag: UInt32§channelCount: UInt32§channelInfo: [CMScreeningChannelRec; 1]Trait Implementations§
Source§impl Clone for CMScreeningType
impl Clone for CMScreeningType
Source§fn clone(&self) -> CMScreeningType
fn clone(&self) -> CMScreeningType
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 moreSource§impl Debug for CMScreeningType
impl Debug for CMScreeningType
impl Copy for CMScreeningType
Auto Trait Implementations§
impl Freeze for CMScreeningType
impl RefUnwindSafe for CMScreeningType
impl Send for CMScreeningType
impl Sync for CMScreeningType
impl Unpin for CMScreeningType
impl UnsafeUnpin for CMScreeningType
impl UnwindSafe for CMScreeningType
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