#[repr(transparent)]pub struct SpatialAudioMetadataWriterOverflowMode(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl SpatialAudioMetadataWriterOverflowMode
impl SpatialAudioMetadataWriterOverflowMode
pub const SpatialAudioMetadataWriterOverflow_Fail: Self
pub const SpatialAudioMetadataWriterOverflow_MergeWithNew: Self
pub const SpatialAudioMetadataWriterOverflow_MergeWithLast: Self
Trait Implementations§
Source§impl Abi for SpatialAudioMetadataWriterOverflowMode
impl Abi for SpatialAudioMetadataWriterOverflowMode
Source§type Abi = SpatialAudioMetadataWriterOverflowMode
type Abi = SpatialAudioMetadataWriterOverflowMode
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SpatialAudioMetadataWriterOverflowMode
impl Clone for SpatialAudioMetadataWriterOverflowMode
Source§fn clone(&self) -> SpatialAudioMetadataWriterOverflowMode
fn clone(&self) -> SpatialAudioMetadataWriterOverflowMode
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 Default for SpatialAudioMetadataWriterOverflowMode
impl Default for SpatialAudioMetadataWriterOverflowMode
Source§fn default() -> SpatialAudioMetadataWriterOverflowMode
fn default() -> SpatialAudioMetadataWriterOverflowMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialAudioMetadataWriterOverflowMode
impl PartialEq for SpatialAudioMetadataWriterOverflowMode
Source§fn eq(&self, other: &SpatialAudioMetadataWriterOverflowMode) -> bool
fn eq(&self, other: &SpatialAudioMetadataWriterOverflowMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialAudioMetadataWriterOverflowMode
impl Eq for SpatialAudioMetadataWriterOverflowMode
impl StructuralPartialEq for SpatialAudioMetadataWriterOverflowMode
Auto Trait Implementations§
impl Freeze for SpatialAudioMetadataWriterOverflowMode
impl RefUnwindSafe for SpatialAudioMetadataWriterOverflowMode
impl Send for SpatialAudioMetadataWriterOverflowMode
impl Sync for SpatialAudioMetadataWriterOverflowMode
impl Unpin for SpatialAudioMetadataWriterOverflowMode
impl UnwindSafe for SpatialAudioMetadataWriterOverflowMode
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