pub struct OneCellAnchor { /* private fields */ }Implementations§
Source§impl OneCellAnchor
impl OneCellAnchor
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 OneCellAnchor
pub fn extent(&self) -> &Extent
pub fn get_extent(&self) -> &Extent
👎Deprecated since 3.0.0:
Use extent()
pub fn extent_mut(&mut self) -> &mut Extent
pub fn get_extent_mut(&mut self) -> &mut Extent
👎Deprecated since 3.0.0:
Use extent_mut()
pub fn set_extent(&mut self, value: Extent) -> &mut OneCellAnchor
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 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 OneCellAnchor
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
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 (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 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 UnsafeUnpin 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