Enum openjpeg_sys::OPJ_PROG_ORDER
source · #[repr(i32)]pub enum OPJ_PROG_ORDER {
OPJ_PROG_UNKNOWN = -1,
OPJ_LRCP = 0,
OPJ_RLCP = 1,
OPJ_RPCL = 2,
OPJ_PCRL = 3,
OPJ_CPRL = 4,
}
Expand description
Progression order Progression order
Variants§
OPJ_PROG_UNKNOWN = -1
< place-holder
OPJ_LRCP = 0
< layer-resolution-component-precinct order
OPJ_RLCP = 1
< resolution-layer-component-precinct order
OPJ_RPCL = 2
< resolution-precinct-component-layer order
OPJ_PCRL = 3
< precinct-component-resolution-layer order
OPJ_CPRL = 4
< component-precinct-resolution-layer order
Trait Implementations§
source§impl Clone for PROG_ORDER
impl Clone for PROG_ORDER
source§fn clone(&self) -> PROG_ORDER
fn clone(&self) -> PROG_ORDER
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 PROG_ORDER
impl Debug for PROG_ORDER
source§impl Hash for PROG_ORDER
impl Hash for PROG_ORDER
source§impl PartialEq for PROG_ORDER
impl PartialEq for PROG_ORDER
impl Copy for PROG_ORDER
impl Eq for PROG_ORDER
impl StructuralPartialEq for PROG_ORDER
Auto Trait Implementations§
impl Freeze for PROG_ORDER
impl RefUnwindSafe for PROG_ORDER
impl Send for PROG_ORDER
impl Sync for PROG_ORDER
impl Unpin for PROG_ORDER
impl UnwindSafe for PROG_ORDER
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
)