Struct convey_rs::property::ArrayPropertyStruct
source · pub struct ArrayPropertyStruct {
pub size_bytes: i32,
pub type: String,
pub guid1: i32,
pub guid2: i32,
pub guid3: i32,
pub guid4: i32,
pub value: ArrayPropertyStructValue,
}Fields§
§size_bytes: i32§type: String§guid1: i32§guid2: i32§guid3: i32§guid4: i32§value: ArrayPropertyStructValueTrait Implementations§
source§impl Clone for ArrayPropertyStruct
impl Clone for ArrayPropertyStruct
source§fn clone(&self) -> ArrayPropertyStruct
fn clone(&self) -> ArrayPropertyStruct
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 ArrayPropertyStruct
impl Debug for ArrayPropertyStruct
source§impl Default for ArrayPropertyStruct
impl Default for ArrayPropertyStruct
source§fn default() -> ArrayPropertyStruct
fn default() -> ArrayPropertyStruct
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ArrayPropertyStruct
impl<'de> Deserialize<'de> for ArrayPropertyStruct
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 ArrayPropertyStruct
impl RefUnwindSafe for ArrayPropertyStruct
impl Send for ArrayPropertyStruct
impl Sync for ArrayPropertyStruct
impl Unpin for ArrayPropertyStruct
impl UnwindSafe for ArrayPropertyStruct
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