#[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
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