pub struct ConnectionShape { /* private fields */ }Implementations§
Source§impl ConnectionShape
impl ConnectionShape
pub fn anchor(&self) -> &Anchor
pub fn get_anchor(&self) -> &Anchor
👎Deprecated since 3.0.0:
Use anchor()
pub fn anchor_mut(&mut self) -> &mut Anchor
pub fn get_anchor_mut(&mut self) -> &mut Anchor
👎Deprecated since 3.0.0:
Use anchor_mut()
pub fn set_anchor(&mut self, value: Anchor)
pub fn non_visual_connection_shape_properties( &self, ) -> &NonVisualConnectionShapeProperties
pub fn get_non_visual_connection_shape_properties( &self, ) -> &NonVisualConnectionShapeProperties
👎Deprecated since 3.0.0:
Use non_visual_connection_shape_properties()
pub fn non_visual_connection_shape_properties_mut( &mut self, ) -> &mut NonVisualConnectionShapeProperties
pub fn get_non_visual_connection_shape_properties_mut( &mut self, ) -> &mut NonVisualConnectionShapeProperties
👎Deprecated since 3.0.0:
Use non_visual_connection_shape_properties_mut()
pub fn set_non_visual_connection_shape_properties( &mut self, value: NonVisualConnectionShapeProperties, )
pub fn shape_properties(&self) -> &ShapeProperties
pub fn get_shape_properties(&self) -> &ShapeProperties
👎Deprecated since 3.0.0:
Use shape_properties()
pub fn shape_properties_mut(&mut self) -> &mut ShapeProperties
pub fn get_shape_properties_mut(&mut self) -> &mut ShapeProperties
👎Deprecated since 3.0.0:
Use shape_properties_mut()
pub fn set_shape_properties(&mut self, value: ShapeProperties)
pub fn shape_style(&self) -> &ShapeStyle
pub fn get_shape_style(&self) -> &ShapeStyle
👎Deprecated since 3.0.0:
Use shape_style()
pub fn shape_style_mut(&mut self) -> &mut ShapeStyle
pub fn get_shape_style_mut(&mut self) -> &mut ShapeStyle
👎Deprecated since 3.0.0:
Use stretch_mut()
pub fn set_shape_style(&mut self, value: ShapeStyle)
Trait Implementations§
Source§impl Clone for ConnectionShape
impl Clone for ConnectionShape
Source§fn clone(&self) -> ConnectionShape
fn clone(&self) -> ConnectionShape
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 moreSource§impl Debug for ConnectionShape
impl Debug for ConnectionShape
Source§impl Default for ConnectionShape
impl Default for ConnectionShape
Source§fn default() -> ConnectionShape
fn default() -> ConnectionShape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConnectionShape
impl RefUnwindSafe for ConnectionShape
impl Send for ConnectionShape
impl Sync for ConnectionShape
impl Unpin for ConnectionShape
impl UnsafeUnpin for ConnectionShape
impl UnwindSafe for ConnectionShape
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