#[repr(C, packed(2))]pub struct CMScreeningChannelRec {
pub frequency: Fixed,
pub angle: Fixed,
pub spotFunction: UInt32,
}Expand description
Apple SDK struct CMScreeningChannelRec.
Fields§
§frequency: Fixed§angle: Fixed§spotFunction: UInt32Trait Implementations§
Source§impl Clone for CMScreeningChannelRec
impl Clone for CMScreeningChannelRec
Source§fn clone(&self) -> CMScreeningChannelRec
fn clone(&self) -> CMScreeningChannelRec
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 CMScreeningChannelRec
impl Debug for CMScreeningChannelRec
impl Copy for CMScreeningChannelRec
Auto Trait Implementations§
impl Freeze for CMScreeningChannelRec
impl RefUnwindSafe for CMScreeningChannelRec
impl Send for CMScreeningChannelRec
impl Sync for CMScreeningChannelRec
impl Unpin for CMScreeningChannelRec
impl UnsafeUnpin for CMScreeningChannelRec
impl UnwindSafe for CMScreeningChannelRec
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