#[repr(i32)]pub enum JxlBool {
True = 1,
False = 0,
}Variants§
Trait Implementations§
impl Copy for JxlBool
impl Eq for JxlBool
impl StructuralPartialEq for JxlBool
Auto Trait Implementations§
impl Freeze for JxlBool
impl RefUnwindSafe for JxlBool
impl Send for JxlBool
impl Sync for JxlBool
impl Unpin for JxlBool
impl UnwindSafe for JxlBool
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