pub struct DirectorySubBlockInfo {
pub index: usize,
pub file_position: u64,
pub file_part: i32,
pub pixel_type: PixelType,
pub compression: CompressionMode,
pub coordinate: Coordinate,
pub rect: IntRect,
pub stored_size: IntSize,
pub m_index: Option<i32>,
pub pyramid_type: Option<SubBlockPyramidType>,
}Fields§
§index: usize§file_position: u64§file_part: i32§pixel_type: PixelType§compression: CompressionMode§coordinate: Coordinate§rect: IntRect§stored_size: IntSize§m_index: Option<i32>§pyramid_type: Option<SubBlockPyramidType>Implementations§
Trait Implementations§
Source§impl Clone for DirectorySubBlockInfo
impl Clone for DirectorySubBlockInfo
Source§fn clone(&self) -> DirectorySubBlockInfo
fn clone(&self) -> DirectorySubBlockInfo
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 DirectorySubBlockInfo
impl Debug for DirectorySubBlockInfo
Source§impl PartialEq for DirectorySubBlockInfo
impl PartialEq for DirectorySubBlockInfo
impl Eq for DirectorySubBlockInfo
impl StructuralPartialEq for DirectorySubBlockInfo
Auto Trait Implementations§
impl Freeze for DirectorySubBlockInfo
impl RefUnwindSafe for DirectorySubBlockInfo
impl Send for DirectorySubBlockInfo
impl Sync for DirectorySubBlockInfo
impl Unpin for DirectorySubBlockInfo
impl UnsafeUnpin for DirectorySubBlockInfo
impl UnwindSafe for DirectorySubBlockInfo
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