Enum openjpeg_sys::RSIZ_CAPABILITIES
source · #[repr(u32)]pub enum RSIZ_CAPABILITIES {
OPJ_STD_RSIZ = 0,
OPJ_CINEMA2K = 3,
OPJ_CINEMA4K = 4,
OPJ_MCT = 33_024,
}
Expand description
DEPRECATED: use RSIZ, OPJ_PROFILE_*
and OPJ_EXTENSION_*
instead
Rsiz Capabilities
Variants§
OPJ_STD_RSIZ = 0
OPJ_CINEMA2K = 3
Standard JPEG2000 profile
OPJ_CINEMA4K = 4
Profile name for a 2K image
OPJ_MCT = 33_024
Profile name for a 4K image
Trait Implementations§
source§impl Clone for RSIZ_CAPABILITIES
impl Clone for RSIZ_CAPABILITIES
source§fn clone(&self) -> RSIZ_CAPABILITIES
fn clone(&self) -> RSIZ_CAPABILITIES
Returns a copy 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 RSIZ_CAPABILITIES
impl Debug for RSIZ_CAPABILITIES
source§impl Hash for RSIZ_CAPABILITIES
impl Hash for RSIZ_CAPABILITIES
source§impl PartialEq for RSIZ_CAPABILITIES
impl PartialEq for RSIZ_CAPABILITIES
impl Copy for RSIZ_CAPABILITIES
impl Eq for RSIZ_CAPABILITIES
impl StructuralPartialEq for RSIZ_CAPABILITIES
Auto Trait Implementations§
impl Freeze for RSIZ_CAPABILITIES
impl RefUnwindSafe for RSIZ_CAPABILITIES
impl Send for RSIZ_CAPABILITIES
impl Sync for RSIZ_CAPABILITIES
impl Unpin for RSIZ_CAPABILITIES
impl UnwindSafe for RSIZ_CAPABILITIES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)