pub struct LayerSelector {
pub layer_id: u16,
}Expand description
Layer selector from the lsel property box.
Selects which spatial layer to render for layered/progressive images. See HEIF (ISO 23008-12).
Fields§
§layer_id: u16Layer ID to render (0-3), or 0xFFFF for all layers (progressive)
Trait Implementations§
Source§impl Clone for LayerSelector
impl Clone for LayerSelector
Source§fn clone(&self) -> LayerSelector
fn clone(&self) -> LayerSelector
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 LayerSelector
impl Debug for LayerSelector
Source§impl PartialEq for LayerSelector
impl PartialEq for LayerSelector
impl Copy for LayerSelector
impl Eq for LayerSelector
impl StructuralPartialEq for LayerSelector
Auto Trait Implementations§
impl Freeze for LayerSelector
impl RefUnwindSafe for LayerSelector
impl Send for LayerSelector
impl Sync for LayerSelector
impl Unpin for LayerSelector
impl UnwindSafe for LayerSelector
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