pub struct VertDecoder { /* private fields */ }Expand description
Direct translation of C++ plVertCoder class
Implementations§
Auto Trait Implementations§
impl Freeze for VertDecoder
impl RefUnwindSafe for VertDecoder
impl Send for VertDecoder
impl Sync for VertDecoder
impl Unpin for VertDecoder
impl UnsafeUnpin for VertDecoder
impl UnwindSafe for VertDecoder
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