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