#[repr(C)]pub struct FuriLogHandler {
pub callback: FuriLogHandlerCallback,
pub context: *mut c_void,
}Fields§
§callback: FuriLogHandlerCallback§context: *mut c_voidTrait Implementations§
Source§impl Clone for FuriLogHandler
impl Clone for FuriLogHandler
Source§fn clone(&self) -> FuriLogHandler
fn clone(&self) -> FuriLogHandler
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 FuriLogHandler
Auto Trait Implementations§
impl !Send for FuriLogHandler
impl !Sync for FuriLogHandler
impl Freeze for FuriLogHandler
impl RefUnwindSafe for FuriLogHandler
impl Unpin for FuriLogHandler
impl UnsafeUnpin for FuriLogHandler
impl UnwindSafe for FuriLogHandler
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