pub struct vtkByteSwap(/* private fields */);Expand description
perform machine dependent byte swapping
vtkByteSwap is used by other classes to perform machine dependent byte swapping. Byte swapping is often used when reading or writing binary files.
Implementations§
Source§impl vtkByteSwap
impl vtkByteSwap
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkByteSwap wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkByteSwap
impl Default for vtkByteSwap
Auto Trait Implementations§
impl Freeze for vtkByteSwap
impl RefUnwindSafe for vtkByteSwap
impl !Send for vtkByteSwap
impl !Sync for vtkByteSwap
impl Unpin for vtkByteSwap
impl UnwindSafe for vtkByteSwap
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