pub struct SortingLayerEntry {
pub name: String,
pub uniqueID: u32,
pub userID: Option<u32>,
}
Expand description
SortingLayerEntry is a sub class of the Unity engine since version 4.3.0.
Fields§
§name: String
§uniqueID: u32
§userID: Option<u32>
u32: (4.3.0 - 4.7.2)
Trait Implementations§
Source§impl Debug for SortingLayerEntry
impl Debug for SortingLayerEntry
Source§impl<'de> Deserialize<'de> for SortingLayerEntry
impl<'de> Deserialize<'de> for SortingLayerEntry
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 SortingLayerEntry
impl RefUnwindSafe for SortingLayerEntry
impl Send for SortingLayerEntry
impl Sync for SortingLayerEntry
impl Unpin for SortingLayerEntry
impl UnwindSafe for SortingLayerEntry
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