#[repr(u32)]pub enum VipsTextWrap {
VIPS_TEXT_WRAP_WORD = 0,
VIPS_TEXT_WRAP_CHAR = 1,
VIPS_TEXT_WRAP_WORD_CHAR = 2,
VIPS_TEXT_WRAP_NONE = 3,
VIPS_TEXT_WRAP_LAST = 4,
}Variants§
VIPS_TEXT_WRAP_WORD = 0
VIPS_TEXT_WRAP_CHAR = 1
VIPS_TEXT_WRAP_WORD_CHAR = 2
VIPS_TEXT_WRAP_NONE = 3
VIPS_TEXT_WRAP_LAST = 4
Trait Implementations§
Source§impl Clone for VipsTextWrap
impl Clone for VipsTextWrap
Source§fn clone(&self) -> VipsTextWrap
fn clone(&self) -> VipsTextWrap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VipsTextWrap
impl Debug for VipsTextWrap
Source§impl Hash for VipsTextWrap
impl Hash for VipsTextWrap
Source§impl PartialEq for VipsTextWrap
impl PartialEq for VipsTextWrap
impl Copy for VipsTextWrap
impl Eq for VipsTextWrap
impl StructuralPartialEq for VipsTextWrap
Auto Trait Implementations§
impl Freeze for VipsTextWrap
impl RefUnwindSafe for VipsTextWrap
impl Send for VipsTextWrap
impl Sync for VipsTextWrap
impl Unpin for VipsTextWrap
impl UnwindSafe for VipsTextWrap
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