pub struct Tile<'a> {
pub info: &'a VolumeTileInfo,
pub size: usize,
pub index: i32,
}
Fields
info: &'a VolumeTileInfo
size: usize
index: i32
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Tile<'a>
impl<'a> Send for Tile<'a>
impl<'a> Sync for Tile<'a>
impl<'a> Unpin for Tile<'a>
impl<'a> UnwindSafe for Tile<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more