pub struct GroupConstant {
pub bypassEffects: bool,
pub mute: bool,
pub parentConstantIndex: i32,
pub pitchIndex: u32,
pub solo: bool,
pub volumeIndex: u32,
pub sendIndex: Option<u32>,
}Expand description
GroupConstant is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§bypassEffects: bool§mute: bool§parentConstantIndex: i32§pitchIndex: u32§solo: bool§volumeIndex: u32§sendIndex: Option<u32>u32: (2019.1.0b1 - 2022.1.0a9)
Trait Implementations§
Source§impl Debug for GroupConstant
impl Debug for GroupConstant
Source§impl<'de> Deserialize<'de> for GroupConstant
impl<'de> Deserialize<'de> for GroupConstant
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GroupConstant
impl RefUnwindSafe for GroupConstant
impl Send for GroupConstant
impl Sync for GroupConstant
impl Unpin for GroupConstant
impl UnwindSafe for GroupConstant
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