pub struct TwoCellAnchor { /* private fields */ }Implementations§
Source§impl TwoCellAnchor
impl TwoCellAnchor
pub fn edit_as(&self) -> &EditAsValues
pub fn get_edit_as(&self) -> &EditAsValues
👎Deprecated since 3.0.0:
Use edit_as()
pub fn set_edit_as(&mut self, value: EditAsValues) -> &mut Self
pub fn from_marker(&self) -> &MarkerType
pub fn get_from_marker(&self) -> &MarkerType
👎Deprecated since 3.0.0:
Use from_marker()
pub fn from_marker_mut(&mut self) -> &mut MarkerType
pub fn get_from_marker_mut(&mut self) -> &mut MarkerType
👎Deprecated since 3.0.0:
Use from_marker_mut()
pub fn set_from_marker(&mut self, value: MarkerType) -> &mut Self
pub fn to_marker(&self) -> &MarkerType
pub fn get_to_marker(&self) -> &MarkerType
👎Deprecated since 3.0.0:
Use to_marker()
pub fn to_marker_mut(&mut self) -> &mut MarkerType
pub fn get_to_marker_mut(&mut self) -> &mut MarkerType
👎Deprecated since 3.0.0:
Use to_marker_mut()
pub fn set_to_marker(&mut self, value: MarkerType) -> &mut Self
pub fn group_shape(&self) -> Option<&GroupShape>
pub fn get_group_shape(&self) -> Option<&GroupShape>
👎Deprecated since 3.0.0:
Use group_shape()
pub fn group_shape_mut(&mut self) -> Option<&mut GroupShape>
pub fn get_group_shape_mut(&mut self) -> Option<&mut GroupShape>
👎Deprecated since 3.0.0:
Use group_shape_mut()
pub fn set_group_shape(&mut self, value: GroupShape) -> &mut Self
pub fn graphic_frame(&self) -> Option<&GraphicFrame>
pub fn get_graphic_frame(&self) -> Option<&GraphicFrame>
👎Deprecated since 3.0.0:
Use graphic_frame()
pub fn graphic_frame_mut(&mut self) -> Option<&mut GraphicFrame>
pub fn get_graphic_frame_mut(&mut self) -> Option<&mut GraphicFrame>
👎Deprecated since 3.0.0:
Use graphic_frame_mut()
pub fn set_graphic_frame(&mut self, value: GraphicFrame) -> &mut Self
pub fn shape(&self) -> Option<&Shape>
pub fn get_shape(&self) -> Option<&Shape>
👎Deprecated since 3.0.0:
Use shape()
pub fn shape_mut(&mut self) -> Option<&mut Shape>
pub fn get_shape_mut(&mut self) -> Option<&mut Shape>
👎Deprecated since 3.0.0:
Use shape_mut()
pub fn set_shape(&mut self, value: Shape) -> &mut Self
pub fn connection_shape(&self) -> Option<&ConnectionShape>
pub fn get_connection_shape(&self) -> Option<&ConnectionShape>
👎Deprecated since 3.0.0:
Use connection_shape()
pub fn connection_shape_mut(&mut self) -> Option<&mut ConnectionShape>
pub fn get_connection_shape_mut(&mut self) -> Option<&mut ConnectionShape>
👎Deprecated since 3.0.0:
Use connection_shape_mut()
pub fn set_connection_shape(&mut self, value: ConnectionShape) -> &mut Self
pub fn picture(&self) -> Option<&Picture>
pub fn get_picture(&self) -> Option<&Picture>
👎Deprecated since 3.0.0:
Use picture()
pub fn picture_mut(&mut self) -> Option<&mut Picture>
pub fn get_picture_mut(&mut self) -> Option<&mut Picture>
👎Deprecated since 3.0.0:
Use picture_mut()
pub fn set_picture(&mut self, value: Picture) -> &mut Self
pub fn is_alternate_content(&self) -> bool
pub fn get_is_alternate_content(&self) -> bool
👎Deprecated since 3.0.0:
Use is_alternate_content()
pub fn set_is_alternate_content(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for TwoCellAnchor
impl Clone for TwoCellAnchor
Source§fn clone(&self) -> TwoCellAnchor
fn clone(&self) -> TwoCellAnchor
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 TwoCellAnchor
impl Debug for TwoCellAnchor
Source§impl Default for TwoCellAnchor
impl Default for TwoCellAnchor
Source§fn default() -> TwoCellAnchor
fn default() -> TwoCellAnchor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TwoCellAnchor
impl RefUnwindSafe for TwoCellAnchor
impl Send for TwoCellAnchor
impl Sync for TwoCellAnchor
impl Unpin for TwoCellAnchor
impl UnsafeUnpin for TwoCellAnchor
impl UnwindSafe for TwoCellAnchor
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