#[repr(C, align(4))]pub struct MicroErrorReporter {
pub _bindgen_opaque_blob: u32,
}Fields§
§_bindgen_opaque_blob: u32Trait Implementations§
Source§impl Clone for MicroErrorReporter
impl Clone for MicroErrorReporter
Source§fn clone(&self) -> MicroErrorReporter
fn clone(&self) -> MicroErrorReporter
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 MicroErrorReporter
Source§impl Debug for MicroErrorReporter
impl Debug for MicroErrorReporter
Source§impl Default for MicroErrorReporter
impl Default for MicroErrorReporter
Source§fn default() -> MicroErrorReporter
fn default() -> MicroErrorReporter
Returns the “default value” for a type. Read more
impl Eq for MicroErrorReporter
Source§impl PartialEq for MicroErrorReporter
impl PartialEq for MicroErrorReporter
Source§fn eq(&self, other: &MicroErrorReporter) -> bool
fn eq(&self, other: &MicroErrorReporter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MicroErrorReporter
Auto Trait Implementations§
impl Freeze for MicroErrorReporter
impl RefUnwindSafe for MicroErrorReporter
impl Send for MicroErrorReporter
impl Sync for MicroErrorReporter
impl Unpin for MicroErrorReporter
impl UnsafeUnpin for MicroErrorReporter
impl UnwindSafe for MicroErrorReporter
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