#[repr(C)]pub struct BGSSoundDescriptor {
pub __base: BSISoundDescriptor,
pub category: *mut BGSSoundCategory,
pub alternateSoundFormId: FormID,
pub pad14: u32,
}
Fields§
§__base: BSISoundDescriptor
§category: *mut BGSSoundCategory
§alternateSoundFormId: FormID
§pad14: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSSoundDescriptor
impl RefUnwindSafe for BGSSoundDescriptor
impl !Send for BGSSoundDescriptor
impl !Sync for BGSSoundDescriptor
impl Unpin for BGSSoundDescriptor
impl UnwindSafe for BGSSoundDescriptor
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