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>>,
}

Fields

dist_t: Option<isize>dist_b: Option<isize>dist_l: Option<isize>dist_r: Option<isize>simple_pos_attr: Option<isize>relative_height: Option<isize>behind_doc: Option<bool>locked: Option<bool>layout_in_cell: Option<bool>allow_overlap: Option<bool>simple_pos: Option<SimplePos>position_horizontal: Option<PositionHorizontal>position_vertical: Option<PositionVertical>extent: Option<Extent>wrap: Option<Wrap>doc_property: DocPr<'a>graphic: Option<Graphic<'a>>

Trait Implementations

Returns a copy of the value. Read more

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. 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.