#[repr(C)]pub struct LogCallback {
pub log: LogPrintfFn,
}
Fields§
§log: LogPrintfFn
Trait Implementations§
Source§impl Clone for LogCallback
impl Clone for LogCallback
Source§fn clone(&self) -> LogCallback
fn clone(&self) -> LogCallback
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LogCallback
impl RefUnwindSafe for LogCallback
impl Send for LogCallback
impl Sync for LogCallback
impl Unpin for LogCallback
impl UnwindSafe for LogCallback
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