#[repr(C)]pub struct Ak3DPositionType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Ak3DPositionType
impl Ak3DPositionType
pub fn ak_3d_position_type_emitter() -> Self
pub fn ak_3d_position_type_emitter_with_automation() -> Self
pub fn ak_3d_position_type_listener_with_automation() -> Self
Trait Implementations§
Source§impl ClassIdentity for Ak3DPositionType
impl ClassIdentity for Ak3DPositionType
Source§impl Clone for Ak3DPositionType
impl Clone for Ak3DPositionType
Source§fn clone(&self) -> Ak3DPositionType
fn clone(&self) -> Ak3DPositionType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ak3DPositionType
impl Debug for Ak3DPositionType
Source§impl PartialEq for Ak3DPositionType
impl PartialEq for Ak3DPositionType
impl Copy for Ak3DPositionType
impl Eq for Ak3DPositionType
impl StructuralPartialEq for Ak3DPositionType
Auto Trait Implementations§
impl Freeze for Ak3DPositionType
impl RefUnwindSafe for Ak3DPositionType
impl Send for Ak3DPositionType
impl Sync for Ak3DPositionType
impl Unpin for Ak3DPositionType
impl UnwindSafe for Ak3DPositionType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)