#[repr(C)]pub struct aws_log_writer {
pub vtable: *mut aws_log_writer_vtable,
pub allocator: *mut aws_allocator,
pub impl_: *mut c_void,
}
Fields
vtable: *mut aws_log_writer_vtable
allocator: *mut aws_allocator
impl_: *mut c_void
Trait Implementations
sourceimpl Clone for aws_log_writer
impl Clone for aws_log_writer
sourcefn clone(&self) -> aws_log_writer
fn clone(&self) -> aws_log_writer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_log_writer
impl Debug for aws_log_writer
sourceimpl Default for aws_log_writer
impl Default for aws_log_writer
sourceimpl PartialEq<aws_log_writer> for aws_log_writer
impl PartialEq<aws_log_writer> for aws_log_writer
sourcefn eq(&self, other: &aws_log_writer) -> bool
fn eq(&self, other: &aws_log_writer) -> bool
impl Copy for aws_log_writer
impl Eq for aws_log_writer
impl StructuralEq for aws_log_writer
impl StructuralPartialEq for aws_log_writer
Auto Trait Implementations
impl RefUnwindSafe for aws_log_writer
impl !Send for aws_log_writer
impl !Sync for aws_log_writer
impl Unpin for aws_log_writer
impl UnwindSafe for aws_log_writer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more