#[repr(C)]pub struct aws_logger {
pub vtable: *mut aws_logger_vtable,
pub allocator: *mut aws_allocator,
pub p_impl: *mut c_void,
}
Fields
vtable: *mut aws_logger_vtable
allocator: *mut aws_allocator
p_impl: *mut c_void
Trait Implementations
sourceimpl Clone for aws_logger
impl Clone for aws_logger
sourcefn clone(&self) -> aws_logger
fn clone(&self) -> aws_logger
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_logger
impl Debug for aws_logger
sourceimpl Default for aws_logger
impl Default for aws_logger
sourceimpl PartialEq<aws_logger> for aws_logger
impl PartialEq<aws_logger> for aws_logger
sourcefn eq(&self, other: &aws_logger) -> bool
fn eq(&self, other: &aws_logger) -> bool
impl Copy for aws_logger
impl Eq for aws_logger
impl StructuralEq for aws_logger
impl StructuralPartialEq for aws_logger
Auto Trait Implementations
impl RefUnwindSafe for aws_logger
impl !Send for aws_logger
impl !Sync for aws_logger
impl Unpin for aws_logger
impl UnwindSafe for aws_logger
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