#[repr(u32)]pub enum VipsBBits {
IM_BBITS_BYTE = 8,
IM_BBITS_SHORT = 16,
IM_BBITS_INT = 32,
IM_BBITS_COMPLEX = 64,
IM_BBITS_DPCOMPLEX = 128,
}Variants§
IM_BBITS_BYTE = 8
IM_BBITS_SHORT = 16
IM_BBITS_INT = 32
IM_BBITS_COMPLEX = 64
IM_BBITS_DPCOMPLEX = 128
Implementations§
Trait Implementations§
impl Copy for VipsBBits
impl Eq for VipsBBits
impl StructuralPartialEq for VipsBBits
Auto Trait Implementations§
impl Freeze for VipsBBits
impl RefUnwindSafe for VipsBBits
impl Send for VipsBBits
impl Sync for VipsBBits
impl Unpin for VipsBBits
impl UnwindSafe for VipsBBits
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