#[repr(C)]pub struct BGSSoundDescriptorFormVtbl {
pub __base: TESFormVtbl,
pub __base1: BSISoundDescriptorVtbl,
pub GetDescriptorType: extern "C" fn(this: *const BGSSoundDescriptorForm) -> u32,
}Fields§
§__base: TESFormVtbl§__base1: BSISoundDescriptorVtbl§GetDescriptorType: extern "C" fn(this: *const BGSSoundDescriptorForm) -> u32Auto Trait Implementations§
impl Freeze for BGSSoundDescriptorFormVtbl
impl RefUnwindSafe for BGSSoundDescriptorFormVtbl
impl Send for BGSSoundDescriptorFormVtbl
impl Sync for BGSSoundDescriptorFormVtbl
impl Unpin for BGSSoundDescriptorFormVtbl
impl UnwindSafe for BGSSoundDescriptorFormVtbl
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