Struct openslide_rs::properties::Properties
source · [−]pub struct Properties {
pub openslide_properties: OpenSlide,
pub tiff_properties: Tiff,
pub aperio_properties: Aperio,
}
Expand description
This struct defines an inferface to the various properties of the various formats.
Fields
openslide_properties: OpenSlide
tiff_properties: Tiff
aperio_properties: Aperio
Implementations
Trait Implementations
sourceimpl Clone for Properties
impl Clone for Properties
sourcefn clone(&self) -> Properties
fn clone(&self) -> Properties
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more