pub struct ProbeSetIndex {
pub m_Hash: Hash128,
pub m_Offset: i32,
pub m_Size: i32,
}Expand description
ProbeSetIndex is a sub class of the Unity engine since version 5.0.0f4.
Fields§
§m_Hash: Hash128§m_Offset: i32§m_Size: i32Trait Implementations§
Source§impl Debug for ProbeSetIndex
impl Debug for ProbeSetIndex
Source§impl<'de> Deserialize<'de> for ProbeSetIndex
impl<'de> Deserialize<'de> for ProbeSetIndex
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 ProbeSetIndex
impl RefUnwindSafe for ProbeSetIndex
impl Send for ProbeSetIndex
impl Sync for ProbeSetIndex
impl Unpin for ProbeSetIndex
impl UnwindSafe for ProbeSetIndex
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