pub struct OneCellAnchor {
pub from: MarkerType,
pub ext: Extent,
pub pic: Option<Picture>,
pub client_data: ClientData,
}Expand description
An anchor defined by one cell marker and an extent.
Fields§
§from: MarkerType§ext: Extent§pic: Option<Picture>§client_data: ClientDataTrait 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<'de> Deserialize<'de> for OneCellAnchor
impl<'de> Deserialize<'de> for OneCellAnchor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OneCellAnchor
impl PartialEq for OneCellAnchor
Source§impl Serialize for OneCellAnchor
impl Serialize for OneCellAnchor
impl StructuralPartialEq for OneCellAnchor
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