#[repr(C)]pub struct AiLogStream {
pub callback: AiLogStreamCallback,
pub user: *mut c_void,
}Fields§
§callback: AiLogStreamCallback§user: *mut c_voidAuto Trait Implementations§
impl !Send for AiLogStream
impl !Sync for AiLogStream
impl Freeze for AiLogStream
impl RefUnwindSafe for AiLogStream
impl Unpin for AiLogStream
impl UnsafeUnpin for AiLogStream
impl UnwindSafe for AiLogStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more