Enum convey_rs::property::SetPropertyValue
source · pub enum SetPropertyValue {
Int(i32),
UInt32(u32),
Object(ObjectReference),
String(String),
Vector(Vector<f32>),
FINNetworkTrace(FINNetworkTrace),
}Variants§
Int(i32)
UInt32(u32)
Object(ObjectReference)
String(String)
Vector(Vector<f32>)
FINNetworkTrace(FINNetworkTrace)
Trait Implementations§
source§impl Clone for SetPropertyValue
impl Clone for SetPropertyValue
source§fn clone(&self) -> SetPropertyValue
fn clone(&self) -> SetPropertyValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SetPropertyValue
impl Debug for SetPropertyValue
source§impl<'de> Deserialize<'de> for SetPropertyValue
impl<'de> Deserialize<'de> for SetPropertyValue
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 SetPropertyValue
impl RefUnwindSafe for SetPropertyValue
impl Send for SetPropertyValue
impl Sync for SetPropertyValue
impl Unpin for SetPropertyValue
impl UnwindSafe for SetPropertyValue
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