Struct HrtfApoInit
#[repr(C)]pub struct HrtfApoInit {
pub distanceDecay: *mut HrtfDistanceDecay,
pub directivity: *mut HrtfDirectivity,
}
Fields§
§distanceDecay: *mut HrtfDistanceDecay
§directivity: *mut HrtfDirectivity
Trait Implementations§
§impl Clone for HrtfApoInit
impl Clone for HrtfApoInit
§fn clone(&self) -> HrtfApoInit
fn clone(&self) -> HrtfApoInit
Returns a copy 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 more§impl Debug for HrtfApoInit
impl Debug for HrtfApoInit
§impl PartialEq for HrtfApoInit
impl PartialEq for HrtfApoInit
impl Copy for HrtfApoInit
impl StructuralPartialEq for HrtfApoInit
Auto Trait Implementations§
impl Freeze for HrtfApoInit
impl RefUnwindSafe for HrtfApoInit
impl !Send for HrtfApoInit
impl !Sync for HrtfApoInit
impl Unpin for HrtfApoInit
impl UnwindSafe for HrtfApoInit
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