#[repr(C)]pub struct pt_encoder { /* private fields */ }Trait Implementations§
Source§impl Clone for pt_encoder
impl Clone for pt_encoder
Source§fn clone(&self) -> pt_encoder
fn clone(&self) -> pt_encoder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for pt_encoder
impl Debug for pt_encoder
impl Copy for pt_encoder
Auto Trait Implementations§
impl Freeze for pt_encoder
impl RefUnwindSafe for pt_encoder
impl Send for pt_encoder
impl Sync for pt_encoder
impl Unpin for pt_encoder
impl UnwindSafe for pt_encoder
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