pub struct TrackSizes<'a> { /* private fields */ }Expand description
Writer for a column tracks attribute value. PDF 1.6+.
This writer is created by LayoutAttributes::column_widths and
LayoutAttributes::column_gap.
Implementations§
Source§impl<'a> TrackSizes<'a>
impl<'a> TrackSizes<'a>
Sourcepub fn individual(self) -> TypedArray<'a, f32>
pub fn individual(self) -> TypedArray<'a, f32>
Start writing an array of values for individual tracks. If there are more tracks than values, the last value is used for all remaining tracks.
Trait Implementations§
Source§impl<'a> Deref for TrackSizes<'a>
impl<'a> Deref for TrackSizes<'a>
Source§impl<'a> DerefMut for TrackSizes<'a>
impl<'a> DerefMut for TrackSizes<'a>
Source§impl<'a, 'any> Rewrite<'a> for TrackSizes<'any>
impl<'a, 'any> Rewrite<'a> for TrackSizes<'any>
Source§type Output = TrackSizes<'a>
type Output = TrackSizes<'a>
The writer with the rewritten lifetime.
Auto Trait Implementations§
impl<'a> Freeze for TrackSizes<'a>
impl<'a> RefUnwindSafe for TrackSizes<'a>
impl<'a> Send for TrackSizes<'a>
impl<'a> Sync for TrackSizes<'a>
impl<'a> Unpin for TrackSizes<'a>
impl<'a> !UnwindSafe for TrackSizes<'a>
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