Struct docx_rust::document::PositionVertical
source · [−]pub struct PositionVertical {
pub relative_from: Option<RelativeFrom>,
pub pos_offset: Option<isize>,
}
Fields
relative_from: Option<RelativeFrom>
pos_offset: Option<isize>
Trait Implementations
sourceimpl Clone for PositionVertical
impl Clone for PositionVertical
sourcefn clone(&self) -> PositionVertical
fn clone(&self) -> PositionVertical
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PositionVertical
impl Debug for PositionVertical
sourceimpl Default for PositionVertical
impl Default for PositionVertical
sourcefn default() -> PositionVertical
fn default() -> PositionVertical
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for PositionVertical
impl<'__input> XmlRead<'__input> for PositionVertical
Auto Trait Implementations
impl RefUnwindSafe for PositionVertical
impl Send for PositionVertical
impl Sync for PositionVertical
impl Unpin for PositionVertical
impl UnwindSafe for PositionVertical
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more