#[repr(C)]pub struct AVAudio3DPoint {
pub x: c_float,
pub y: c_float,
pub z: c_float,
}Available on crate feature
AVAudioTypes only.Expand description
Struct representing a point in 3D space
This struct is used by classes dealing with 3D audio such as AVAudioMixing
and AVAudioEnvironmentNode and represents a point in 3D space.
See also Apple’s documentation
Fields§
§x: c_float§y: c_float§z: c_floatTrait Implementations§
Source§impl Clone for AVAudio3DPoint
impl Clone for AVAudio3DPoint
Source§fn clone(&self) -> AVAudio3DPoint
fn clone(&self) -> AVAudio3DPoint
Returns a duplicate of the value. Read more
1.0.0 · 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 AVAudio3DPoint
impl Debug for AVAudio3DPoint
Source§impl Encode for AVAudio3DPoint
impl Encode for AVAudio3DPoint
Source§impl PartialEq for AVAudio3DPoint
impl PartialEq for AVAudio3DPoint
Source§impl RefEncode for AVAudio3DPoint
impl RefEncode for AVAudio3DPoint
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AVAudio3DPoint
impl StructuralPartialEq for AVAudio3DPoint
Auto Trait Implementations§
impl Freeze for AVAudio3DPoint
impl RefUnwindSafe for AVAudio3DPoint
impl Send for AVAudio3DPoint
impl Sync for AVAudio3DPoint
impl Unpin for AVAudio3DPoint
impl UnwindSafe for AVAudio3DPoint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.