pub struct ConnectionShape { /* private fields */ }Implementations§
Source§impl ConnectionShape
impl ConnectionShape
pub fn get_anchor(&self) -> &Anchor
pub fn get_anchor_mut(&mut self) -> &mut Anchor
pub fn set_anchor(&mut self, value: Anchor)
pub fn get_non_visual_connection_shape_properties( &self, ) -> &NonVisualConnectionShapeProperties
pub fn get_non_visual_connection_shape_properties_mut( &mut self, ) -> &mut NonVisualConnectionShapeProperties
pub fn set_non_visual_connection_shape_properties( &mut self, value: NonVisualConnectionShapeProperties, )
pub fn get_shape_properties(&self) -> &ShapeProperties
pub fn get_shape_properties_mut(&mut self) -> &mut ShapeProperties
pub fn set_shape_properties(&mut self, value: ShapeProperties)
pub fn get_shape_style(&self) -> &ShapeStyle
pub fn get_shape_style_mut(&mut self) -> &mut ShapeStyle
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 · 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 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