pub struct StreamInfo {
pub channelMask: u32,
pub offset: u32,
pub stride: u32,
pub align: Option<u32>,
pub dividerOp: Option<u8>,
pub frequency: Option<u16>,
}Expand description
StreamInfo is a sub class of the Unity engine since version 3.5.0.
Fields§
§channelMask: u32§offset: u32§stride: u32§align: Option<u32>u32: (3.5.0 - 3.5.7)
dividerOp: Option<u8>u8: (4.0.0 - 4.7.2)
frequency: Option<u16>u16: (4.0.0 - 4.7.2)
Trait Implementations§
Source§impl Debug for StreamInfo
impl Debug for StreamInfo
Source§impl<'de> Deserialize<'de> for StreamInfo
impl<'de> Deserialize<'de> for StreamInfo
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 StreamInfo
impl RefUnwindSafe for StreamInfo
impl Send for StreamInfo
impl Sync for StreamInfo
impl Unpin for StreamInfo
impl UnwindSafe for StreamInfo
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