pub struct SubBlockStatisticsEx(/* private fields */);Expand description
This structure extends on the basic statistics about an CZI-document, and includes per-scene statistics.
Implementations§
Source§impl SubBlockStatisticsEx
impl SubBlockStatisticsEx
pub fn get_sub_block_count(&self) -> i32
pub fn get_min_m_index(&self) -> i32
pub fn get_max_m_index(&self) -> i32
pub fn get_bounding_box(&self) -> IntRect
pub fn get_bounding_box_layer0(&self) -> IntRect
pub fn get_dim_bounds(&self) -> DimBounds
pub fn get_number_of_per_scenes_bounding_boxes(&self) -> i32
pub fn set_sub_block_count(&mut self, sub_block_count: i32)
pub fn set_min_m_index(&mut self, min_m_index: i32)
pub fn set_max_m_index(&mut self, max_m_index: i32)
pub fn set_bounding_box(&mut self, bounding_box: IntRect)
pub fn set_bounding_box_layer0(&mut self, bounding_box_layer0: IntRect)
pub fn set_dim_bounds(&mut self, dim_bounds: DimBounds)
pub fn set_number_of_per_scenes_bounding_boxes( &mut self, number_of_per_scenes_bounding_boxes: i32, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubBlockStatisticsEx
impl RefUnwindSafe for SubBlockStatisticsEx
impl Send for SubBlockStatisticsEx
impl Sync for SubBlockStatisticsEx
impl Unpin for SubBlockStatisticsEx
impl UnwindSafe for SubBlockStatisticsEx
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