#[repr(C)]pub struct BSIPlaybackCharacteristics {
pub vtbl: *const BSIPlaybackCharacteristicsVtbl,
}
Fields§
§vtbl: *const BSIPlaybackCharacteristicsVtbl
Implementations§
Trait Implementations§
Source§impl Clone for BSIPlaybackCharacteristics
impl Clone for BSIPlaybackCharacteristics
Source§fn clone(&self) -> BSIPlaybackCharacteristics
fn clone(&self) -> BSIPlaybackCharacteristics
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 BSIPlaybackCharacteristics
impl Debug for BSIPlaybackCharacteristics
Source§impl Hash for BSIPlaybackCharacteristics
impl Hash for BSIPlaybackCharacteristics
Source§impl Ord for BSIPlaybackCharacteristics
impl Ord for BSIPlaybackCharacteristics
Source§fn cmp(&self, other: &BSIPlaybackCharacteristics) -> Ordering
fn cmp(&self, other: &BSIPlaybackCharacteristics) -> 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 PartialOrd for BSIPlaybackCharacteristics
impl PartialOrd for BSIPlaybackCharacteristics
impl Eq for BSIPlaybackCharacteristics
impl StructuralPartialEq for BSIPlaybackCharacteristics
Auto Trait Implementations§
impl Freeze for BSIPlaybackCharacteristics
impl RefUnwindSafe for BSIPlaybackCharacteristics
impl !Send for BSIPlaybackCharacteristics
impl !Sync for BSIPlaybackCharacteristics
impl Unpin for BSIPlaybackCharacteristics
impl UnwindSafe for BSIPlaybackCharacteristics
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