pub struct Anchor<'a> {Show 17 fields
pub dist_t: Option<isize>,
pub dist_b: Option<isize>,
pub dist_l: Option<isize>,
pub dist_r: Option<isize>,
pub simple_pos_attr: Option<isize>,
pub relative_height: Option<isize>,
pub behind_doc: Option<bool>,
pub locked: Option<bool>,
pub layout_in_cell: Option<bool>,
pub allow_overlap: Option<bool>,
pub simple_pos: Option<SimplePos>,
pub position_horizontal: Option<PositionHorizontal>,
pub position_vertical: Option<PositionVertical>,
pub extent: Option<Extent>,
pub wrap: Option<Wrap>,
pub doc_property: DocPr<'a>,
pub graphic: Option<Graphic<'a>>,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.