pub struct SupportBinding {
pub requested: SupportPoint,
pub anchor: SupportPoint,
pub vertex: VertexId,
pub snap_m: f64,
}Fields§
§requested: SupportPoint§anchor: SupportPoint§vertex: VertexId§snap_m: f64Trait Implementations§
Source§impl Clone for SupportBinding
impl Clone for SupportBinding
Source§fn clone(&self) -> SupportBinding
fn clone(&self) -> SupportBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SupportBinding
Source§impl Debug for SupportBinding
impl Debug for SupportBinding
Source§impl<'de> Deserialize<'de> for SupportBinding
impl<'de> Deserialize<'de> for SupportBinding
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
Source§impl PartialEq for SupportBinding
impl PartialEq for SupportBinding
Source§impl Serialize for SupportBinding
impl Serialize for SupportBinding
impl StructuralPartialEq for SupportBinding
Auto Trait Implementations§
impl Freeze for SupportBinding
impl RefUnwindSafe for SupportBinding
impl Send for SupportBinding
impl Sync for SupportBinding
impl Unpin for SupportBinding
impl UnsafeUnpin for SupportBinding
impl UnwindSafe for SupportBinding
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