pub struct NativeProp {
pub node_kind: String,
pub property: String,
pub value: f64,
}Expand description
A native node property declaration (legacy — auto-discovered by engine).
Fields§
§node_kind: String§property: String§value: f64Implementations§
Trait Implementations§
Source§impl Clone for NativeProp
impl Clone for NativeProp
Source§fn clone(&self) -> NativeProp
fn clone(&self) -> NativeProp
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for NativeProp
impl RefUnwindSafe for NativeProp
impl Send for NativeProp
impl Sync for NativeProp
impl Unpin for NativeProp
impl UnwindSafe for NativeProp
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