pub struct TwoCellAnchor { /* private fields */ }Implementations§
Source§impl TwoCellAnchor
impl TwoCellAnchor
pub fn get_edit_as(&self) -> &EditAsValues
pub fn set_edit_as(&mut self, value: EditAsValues) -> &mut Self
pub fn get_from_marker(&self) -> &MarkerType
pub fn get_from_marker_mut(&mut self) -> &mut MarkerType
pub fn set_from_marker(&mut self, value: MarkerType) -> &mut Self
pub fn get_to_marker(&self) -> &MarkerType
pub fn get_to_marker_mut(&mut self) -> &mut MarkerType
pub fn set_to_marker(&mut self, value: MarkerType) -> &mut Self
pub fn get_group_shape(&self) -> Option<&GroupShape>
pub fn get_group_shape_mut(&mut self) -> Option<&mut GroupShape>
pub fn set_group_shape(&mut self, value: GroupShape) -> &mut Self
pub fn get_graphic_frame(&self) -> Option<&GraphicFrame>
pub fn get_graphic_frame_mut(&mut self) -> Option<&mut GraphicFrame>
pub fn set_graphic_frame(&mut self, value: GraphicFrame) -> &mut Self
pub fn get_shape(&self) -> Option<&Shape>
pub fn get_shape_mut(&mut self) -> Option<&mut Shape>
pub fn set_shape(&mut self, value: Shape) -> &mut Self
pub fn get_connection_shape(&self) -> Option<&ConnectionShape>
pub fn get_connection_shape_mut(&mut self) -> Option<&mut ConnectionShape>
pub fn set_connection_shape(&mut self, value: ConnectionShape) -> &mut Self
pub fn get_picture(&self) -> Option<&Picture>
pub fn get_picture_mut(&mut self) -> Option<&mut Picture>
pub fn set_picture(&mut self, value: Picture) -> &mut Self
pub fn get_is_alternate_content(&self) -> &bool
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 · 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 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