#[repr(C)]pub struct ExportBuffer { /* private fields */ }
Trait Implementations§
Source§impl Clone for ExportBuffer
impl Clone for ExportBuffer
Source§fn clone(&self) -> ExportBuffer
fn clone(&self) -> ExportBuffer
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 ExportBuffer
impl Debug for ExportBuffer
impl Copy for ExportBuffer
Auto Trait Implementations§
impl Freeze for ExportBuffer
impl RefUnwindSafe for ExportBuffer
impl Send for ExportBuffer
impl Sync for ExportBuffer
impl Unpin for ExportBuffer
impl UnwindSafe for ExportBuffer
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