pub struct TextInfo {
pub indent: i64,
}Expand description
text-info (v0.0.6 BCTextModeContext carrying
TextBackend.text_mode_context, src/text-mode/textBackend.ml:1-5).
PDF-port sliver: upstream’s second field, escape_list, is omitted —
no v0.0.6 primitive can set it (TextBackend.set_escape_list has no
vminst.ml caller), so it is invariantly [] upstream. indent is
invariantly >= 0 (deepen_indent clamps the increment).
Fields§
§indent: i64Trait Implementations§
impl Copy for TextInfo
impl Eq for TextInfo
impl StructuralPartialEq for TextInfo
Auto Trait Implementations§
impl Freeze for TextInfo
impl RefUnwindSafe for TextInfo
impl Send for TextInfo
impl Sync for TextInfo
impl Unpin for TextInfo
impl UnsafeUnpin for TextInfo
impl UnwindSafe for TextInfo
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> Copy for Twhere
T: Copy,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more