Struct vtk_format::Vtk
source · [−]pub struct Vtk {
pub header: Header,
}Fields
header: HeaderTrait Implementations
impl Eq for Vtk
impl StructuralEq for Vtk
impl StructuralPartialEq for Vtk
Auto Trait Implementations
impl RefUnwindSafe for Vtk
impl Send for Vtk
impl Sync for Vtk
impl Unpin for Vtk
impl UnwindSafe for Vtk
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