pub struct StreamingInfo {
pub offset: u64,
pub path: String,
pub size: u32,
}
Expand description
StreamingInfo is a sub class of the Unity engine since version 5.3.0f1.
Fields§
§offset: u64
§path: String
§size: u32
Trait Implementations§
Source§impl Debug for StreamingInfo
impl Debug for StreamingInfo
Source§impl<'de> Deserialize<'de> for StreamingInfo
impl<'de> Deserialize<'de> for StreamingInfo
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 StreamingInfo
impl RefUnwindSafe for StreamingInfo
impl Send for StreamingInfo
impl Sync for StreamingInfo
impl Unpin for StreamingInfo
impl UnwindSafe for StreamingInfo
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