#[repr(C, align(8))]pub struct EpsCopyOutputStream { /* private fields */ }Trait Implementations§
Source§impl CopyNew for EpsCopyOutputStream
impl CopyNew for EpsCopyOutputStream
Source§unsafe fn copy_new(
other: &EpsCopyOutputStream,
this: Pin<&mut MaybeUninit<EpsCopyOutputStream>>,
)
unsafe fn copy_new( other: &EpsCopyOutputStream, this: Pin<&mut MaybeUninit<EpsCopyOutputStream>>, )
Synthesized copy constructor.
Source§impl ExternType for EpsCopyOutputStream
impl ExternType for EpsCopyOutputStream
Source§impl MakeCppStorage for EpsCopyOutputStream
impl MakeCppStorage for EpsCopyOutputStream
Source§unsafe fn allocate_uninitialized_cpp_storage() -> *mut EpsCopyOutputStream
unsafe fn allocate_uninitialized_cpp_storage() -> *mut EpsCopyOutputStream
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 EpsCopyOutputStream)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut EpsCopyOutputStream)
Frees a C++ allocation which has not yet
had a constructor called. Read more
Source§impl MoveNew for EpsCopyOutputStream
impl MoveNew for EpsCopyOutputStream
Source§unsafe fn move_new(
other: Pin<MoveRef<'_, EpsCopyOutputStream>>,
this: Pin<&mut MaybeUninit<EpsCopyOutputStream>>,
)
unsafe fn move_new( other: Pin<MoveRef<'_, EpsCopyOutputStream>>, this: Pin<&mut MaybeUninit<EpsCopyOutputStream>>, )
Synthesized move constructor.
impl UniquePtrTarget for EpsCopyOutputStream
impl VectorElement for EpsCopyOutputStream
impl WeakPtrTarget for EpsCopyOutputStream
Auto Trait Implementations§
impl Freeze for EpsCopyOutputStream
impl RefUnwindSafe for EpsCopyOutputStream
impl !Send for EpsCopyOutputStream
impl !Sync for EpsCopyOutputStream
impl !Unpin for EpsCopyOutputStream
impl UnwindSafe for EpsCopyOutputStream
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