#[repr(C)]pub struct aiLogStream {
pub callback: aiLogStreamCallback,
pub user: *mut c_char,
}Fields§
§callback: aiLogStreamCallback§user: *mut c_charTrait Implementations§
Source§impl Clone for aiLogStream
impl Clone for aiLogStream
Source§fn clone(&self) -> aiLogStream
fn clone(&self) -> aiLogStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for aiLogStream
Source§impl Debug for aiLogStream
impl Debug for aiLogStream
impl Eq for aiLogStream
Source§impl Hash for aiLogStream
impl Hash for aiLogStream
Source§impl PartialEq for aiLogStream
impl PartialEq for aiLogStream
Source§fn eq(&self, other: &aiLogStream) -> bool
fn eq(&self, other: &aiLogStream) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for aiLogStream
Auto 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