#[repr(C)]pub struct AwsCLogChannel {
pub vtable: *const AwsCLogChannelVtable,
pub allocator: *const AwsCAllocator,
pub writer: *const AwsCLogWriter,
pub impl: *mut c_void,
}
Fields
vtable: *const AwsCLogChannelVtable
allocator: *const AwsCAllocator
writer: *const AwsCLogWriter
impl: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for AwsCLogChannel
impl !Send for AwsCLogChannel
impl !Sync for AwsCLogChannel
impl Unpin for AwsCLogChannel
impl UnwindSafe for AwsCLogChannel
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