pub struct NodeScale {
pub by: String,
pub property: ScalableNodeProp,
pub domain: [f32; 2],
pub range: [f32; 2],
}Fields§
§by: String§property: ScalableNodeProp§domain: [f32; 2]§range: [f32; 2]Trait Implementations§
Source§impl<'de> Deserialize<'de> for NodeScale
impl<'de> Deserialize<'de> for NodeScale
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 NodeScale
impl RefUnwindSafe for NodeScale
impl Send for NodeScale
impl Sync for NodeScale
impl Unpin for NodeScale
impl UnsafeUnpin for NodeScale
impl UnwindSafe for NodeScale
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