#[repr(C)]pub struct BSISoundCategory {
pub vtable: *const BSISoundCategoryVtbl,
}
Fields§
§vtable: *const BSISoundCategoryVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BSISoundCategory
impl RefUnwindSafe for BSISoundCategory
impl !Send for BSISoundCategory
impl !Sync for BSISoundCategory
impl Unpin for BSISoundCategory
impl UnwindSafe for BSISoundCategory
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