#[repr(C)]pub struct AwsLogWriterVtable {
pub write: *const extern "C" fn(writer: *const AwsCLogWriter, output: *const AwsCString) -> i32,
pub clean_up: *const extern "C" fn(writer: *const AwsCLogWriter),
}
Fields
write: *const extern "C" fn(writer: *const AwsCLogWriter, output: *const AwsCString) -> i32
clean_up: *const extern "C" fn(writer: *const AwsCLogWriter)
Auto Trait Implementations
impl RefUnwindSafe for AwsLogWriterVtable
impl !Send for AwsLogWriterVtable
impl !Sync for AwsLogWriterVtable
impl Unpin for AwsLogWriterVtable
impl UnwindSafe for AwsLogWriterVtable
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