Struct docx_rust::formatting::EastAsianLayout
source · [−]pub struct EastAsianLayout {
pub id: Option<usize>,
pub combine: Option<bool>,
pub combine_brackets: Option<CombineBracketsType>,
pub vert: Option<bool>,
pub vert_compress: Option<bool>,
}
Fields
id: Option<usize>
combine: Option<bool>
combine_brackets: Option<CombineBracketsType>
vert: Option<bool>
vert_compress: Option<bool>
Trait Implementations
sourceimpl Clone for EastAsianLayout
impl Clone for EastAsianLayout
sourcefn clone(&self) -> EastAsianLayout
fn clone(&self) -> EastAsianLayout
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 EastAsianLayout
impl Debug for EastAsianLayout
sourceimpl Default for EastAsianLayout
impl Default for EastAsianLayout
sourcefn default() -> EastAsianLayout
fn default() -> EastAsianLayout
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for EastAsianLayout
impl<'__input> XmlRead<'__input> for EastAsianLayout
Auto Trait Implementations
impl RefUnwindSafe for EastAsianLayout
impl Send for EastAsianLayout
impl Sync for EastAsianLayout
impl Unpin for EastAsianLayout
impl UnwindSafe for EastAsianLayout
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