pub struct BitEncoder { /* private fields */ }Implementations§
Source§impl BitEncoder
impl BitEncoder
Trait Implementations§
Source§impl CopyNew for BitEncoder
impl CopyNew for BitEncoder
Source§unsafe fn copy_new(other: &BitEncoder, this: Pin<&mut MaybeUninit<BitEncoder>>)
unsafe fn copy_new(other: &BitEncoder, this: Pin<&mut MaybeUninit<BitEncoder>>)
Synthesized copy constructor.
Source§impl Drop for BitEncoder
impl Drop for BitEncoder
Source§fn drop(self: &mut BitEncoder)
fn drop(self: &mut BitEncoder)
Synthesized destructor.
Source§impl ExternType for BitEncoder
impl ExternType for BitEncoder
Source§impl MakeCppStorage for BitEncoder
impl MakeCppStorage for BitEncoder
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut BitEncoder
unsafe fn allocate_uninitialized_cpp_storage() -> *mut BitEncoder
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
Source§unsafe fn free_uninitialized_cpp_storage(arg0: *mut BitEncoder)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut BitEncoder)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Source§impl MoveNew for BitEncoder
impl MoveNew for BitEncoder
Source§unsafe fn move_new(
other: Pin<MoveRef<'_, BitEncoder>>,
this: Pin<&mut MaybeUninit<BitEncoder>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, BitEncoder>>, this: Pin<&mut MaybeUninit<BitEncoder>>, )
Synthesized move constructor.
impl UniquePtrTarget for BitEncoder
impl VectorElement for BitEncoder
impl WeakPtrTarget for BitEncoder
Auto Trait Implementations§
impl !Freeze for BitEncoder
impl !RefUnwindSafe for BitEncoder
impl !Send for BitEncoder
impl !Sync for BitEncoder
impl !Unpin for BitEncoder
impl UnsafeUnpin for BitEncoder
impl UnwindSafe for BitEncoder
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