pub struct OneCellAnchor { /* private fields */ }Implementations§
Source§impl OneCellAnchor
impl OneCellAnchor
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 OneCellAnchor
pub fn get_extent(&self) -> &Extent
pub fn get_extent_mut(&mut self) -> &mut Extent
pub fn set_extent(&mut self, value: Extent) -> &mut OneCellAnchor
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_shape(&self) -> Option<&Shape>
pub fn get_shape_mut(&mut self) -> Option<&mut Shape>
pub fn set_shape(&mut self, value: Shape) -> &mut OneCellAnchor
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
Trait Implementations§
Source§impl Clone for OneCellAnchor
impl Clone for OneCellAnchor
Source§fn clone(&self) -> OneCellAnchor
fn clone(&self) -> OneCellAnchor
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 OneCellAnchor
impl Debug for OneCellAnchor
Source§impl Default for OneCellAnchor
impl Default for OneCellAnchor
Source§fn default() -> OneCellAnchor
fn default() -> OneCellAnchor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OneCellAnchor
impl RefUnwindSafe for OneCellAnchor
impl Send for OneCellAnchor
impl Sync for OneCellAnchor
impl Unpin for OneCellAnchor
impl UnwindSafe for OneCellAnchor
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