pub struct TtiFormat {
pub jc: u8,
pub vp: u8,
pub dh: bool,
}
Expand description
Text format information
Fields§
§jc: u8
Justification Code
vp: u8
Vertical Position
dh: bool
Double Height
Auto Trait Implementations§
impl Freeze for TtiFormat
impl RefUnwindSafe for TtiFormat
impl Send for TtiFormat
impl Sync for TtiFormat
impl Unpin for TtiFormat
impl UnwindSafe for TtiFormat
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