pub enum HFAlign {
Left,
Center,
Right,
}Expand description
Alignment within the header/footer band
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HFAlign
impl RefUnwindSafe for HFAlign
impl Send for HFAlign
impl Sync for HFAlign
impl Unpin for HFAlign
impl UnsafeUnpin for HFAlign
impl UnwindSafe for HFAlign
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