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