#[repr(C)]pub struct BGSSoundCategory {
pub __base: TESForm,
pub __base1: TESFullName,
pub __base2: BSISoundCategory,
pub flags: BGSSoundCategoryFlag,
pub unk3C: u32,
pub parentCategory: *mut BGSSoundCategory,
pub unk48: u16,
pub attenuation: u16,
pub staticMult: u16,
pub defaultMenuValue: u16,
pub volumeMult: f32,
pub frequencyMult: f32,
}
Fields§
§__base: TESForm
§__base1: TESFullName
§__base2: BSISoundCategory
§flags: BGSSoundCategoryFlag
§unk3C: u32
§parentCategory: *mut BGSSoundCategory
§unk48: u16
§attenuation: u16
§staticMult: u16
§defaultMenuValue: u16
§volumeMult: f32
§frequencyMult: f32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGSSoundCategory
impl RefUnwindSafe for BGSSoundCategory
impl !Send for BGSSoundCategory
impl !Sync for BGSSoundCategory
impl Unpin for BGSSoundCategory
impl UnwindSafe for BGSSoundCategory
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