pub struct LevSoundmapCell {
pub size: u32,
pub version: u8,
pub sound_theme: (u8, u8, u8),
pub sound_theme_strength: (u8, u8),
pub sound_index: u8,
}Fields§
§size: u32§version: u8§sound_theme: (u8, u8, u8)§sound_theme_strength: (u8, u8)§sound_index: u8Trait Implementations§
Source§impl Debug for LevSoundmapCell
impl Debug for LevSoundmapCell
Source§impl PartialEq for LevSoundmapCell
impl PartialEq for LevSoundmapCell
impl StructuralPartialEq for LevSoundmapCell
Auto Trait Implementations§
impl Freeze for LevSoundmapCell
impl RefUnwindSafe for LevSoundmapCell
impl Send for LevSoundmapCell
impl Sync for LevSoundmapCell
impl Unpin for LevSoundmapCell
impl UnwindSafe for LevSoundmapCell
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