#[repr(C)]pub struct aws_logger_pipeline {
pub formatter: *mut aws_log_formatter,
pub channel: *mut aws_log_channel,
pub writer: *mut aws_log_writer,
pub allocator: *mut aws_allocator,
pub level: aws_atomic_var,
}
Fields
formatter: *mut aws_log_formatter
channel: *mut aws_log_channel
writer: *mut aws_log_writer
allocator: *mut aws_allocator
level: aws_atomic_var
Trait Implementations
sourceimpl Clone for aws_logger_pipeline
impl Clone for aws_logger_pipeline
sourcefn clone(&self) -> aws_logger_pipeline
fn clone(&self) -> aws_logger_pipeline
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_pipeline
impl Debug for aws_logger_pipeline
sourceimpl Default for aws_logger_pipeline
impl Default for aws_logger_pipeline
sourceimpl PartialEq<aws_logger_pipeline> for aws_logger_pipeline
impl PartialEq<aws_logger_pipeline> for aws_logger_pipeline
sourcefn eq(&self, other: &aws_logger_pipeline) -> bool
fn eq(&self, other: &aws_logger_pipeline) -> bool
impl Copy for aws_logger_pipeline
impl Eq for aws_logger_pipeline
impl StructuralEq for aws_logger_pipeline
impl StructuralPartialEq for aws_logger_pipeline
Auto Trait Implementations
impl RefUnwindSafe for aws_logger_pipeline
impl !Send for aws_logger_pipeline
impl !Sync for aws_logger_pipeline
impl Unpin for aws_logger_pipeline
impl UnwindSafe for aws_logger_pipeline
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