#[repr(C)]pub enum HPDF_TextAlignment {
HPDF_TALIGN_LEFT = 0,
HPDF_TALIGN_RIGHT = 1,
HPDF_TALIGN_CENTER = 2,
HPDF_TALIGN_JUSTIFY = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for HPDF_TextAlignment
impl RefUnwindSafe for HPDF_TextAlignment
impl Send for HPDF_TextAlignment
impl Sync for HPDF_TextAlignment
impl Unpin for HPDF_TextAlignment
impl UnwindSafe for HPDF_TextAlignment
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