#[repr(u32)]pub enum BGSSoundCategoryFlag {
None = 0,
MuteWhenSubmerged = 1,
ShouldAppearOnMenu = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for BGSSoundCategoryFlag
impl Clone for BGSSoundCategoryFlag
Source§fn clone(&self) -> BGSSoundCategoryFlag
fn clone(&self) -> BGSSoundCategoryFlag
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BGSSoundCategoryFlag
impl Debug for BGSSoundCategoryFlag
Source§impl Default for BGSSoundCategoryFlag
impl Default for BGSSoundCategoryFlag
Source§fn default() -> BGSSoundCategoryFlag
fn default() -> BGSSoundCategoryFlag
Returns the “default value” for a type. Read more
Source§impl From<BGSSoundCategoryFlag> for BGSSoundCategoryFlag_CEnum
impl From<BGSSoundCategoryFlag> for BGSSoundCategoryFlag_CEnum
Source§fn from(value: BGSSoundCategoryFlag) -> Self
fn from(value: BGSSoundCategoryFlag) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BGSSoundCategoryFlag
impl PartialEq for BGSSoundCategoryFlag
impl Copy for BGSSoundCategoryFlag
impl Eq for BGSSoundCategoryFlag
impl StructuralPartialEq for BGSSoundCategoryFlag
Auto Trait Implementations§
impl Freeze for BGSSoundCategoryFlag
impl RefUnwindSafe for BGSSoundCategoryFlag
impl Send for BGSSoundCategoryFlag
impl Sync for BGSSoundCategoryFlag
impl Unpin for BGSSoundCategoryFlag
impl UnwindSafe for BGSSoundCategoryFlag
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