#[repr(C)]pub struct BSISoundDescriptor {
pub vtbl: *const BSISoundDescriptorVtbl,
}
Fields§
§vtbl: *const BSISoundDescriptorVtbl
Implementations§
Trait Implementations§
Source§impl Clone for BSISoundDescriptor
impl Clone for BSISoundDescriptor
Source§fn clone(&self) -> BSISoundDescriptor
fn clone(&self) -> BSISoundDescriptor
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 moreSource§impl Debug for BSISoundDescriptor
impl Debug for BSISoundDescriptor
Source§impl Hash for BSISoundDescriptor
impl Hash for BSISoundDescriptor
Source§impl Ord for BSISoundDescriptor
impl Ord for BSISoundDescriptor
Source§fn cmp(&self, other: &BSISoundDescriptor) -> Ordering
fn cmp(&self, other: &BSISoundDescriptor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BSISoundDescriptor
impl PartialEq for BSISoundDescriptor
Source§impl PartialOrd for BSISoundDescriptor
impl PartialOrd for BSISoundDescriptor
impl Eq for BSISoundDescriptor
impl StructuralPartialEq for BSISoundDescriptor
Auto Trait Implementations§
impl Freeze for BSISoundDescriptor
impl RefUnwindSafe for BSISoundDescriptor
impl !Send for BSISoundDescriptor
impl !Sync for BSISoundDescriptor
impl Unpin for BSISoundDescriptor
impl UnwindSafe for BSISoundDescriptor
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