pub struct DirectorGenericBinding {
pub key: PPtr,
pub value: PPtr,
}Expand description
DirectorGenericBinding is a sub class of the Unity engine since version 2017.1.0b1.
Fields§
§key: PPtrPPtr<[Object]>: (2017.1.0b1 - 2022.3.2f1)
value: PPtrPPtr<[Object]>: (2017.1.0b1 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for DirectorGenericBinding
impl Debug for DirectorGenericBinding
Source§impl<'de> Deserialize<'de> for DirectorGenericBinding
impl<'de> Deserialize<'de> for DirectorGenericBinding
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 DirectorGenericBinding
impl RefUnwindSafe for DirectorGenericBinding
impl Send for DirectorGenericBinding
impl Sync for DirectorGenericBinding
impl Unpin for DirectorGenericBinding
impl UnwindSafe for DirectorGenericBinding
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