Struct BG_ERROR_CONTEXT
#[repr(transparent)]pub struct BG_ERROR_CONTEXT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for BG_ERROR_CONTEXT
impl Clone for BG_ERROR_CONTEXT
§fn clone(&self) -> BG_ERROR_CONTEXT
fn clone(&self) -> BG_ERROR_CONTEXT
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 more§impl Debug for BG_ERROR_CONTEXT
impl Debug for BG_ERROR_CONTEXT
§impl Default for BG_ERROR_CONTEXT
impl Default for BG_ERROR_CONTEXT
§fn default() -> BG_ERROR_CONTEXT
fn default() -> BG_ERROR_CONTEXT
Returns the “default value” for a type. Read more
§impl PartialEq for BG_ERROR_CONTEXT
impl PartialEq for BG_ERROR_CONTEXT
impl Copy for BG_ERROR_CONTEXT
impl Eq for BG_ERROR_CONTEXT
impl StructuralPartialEq for BG_ERROR_CONTEXT
Auto Trait Implementations§
impl Freeze for BG_ERROR_CONTEXT
impl RefUnwindSafe for BG_ERROR_CONTEXT
impl Send for BG_ERROR_CONTEXT
impl Sync for BG_ERROR_CONTEXT
impl Unpin for BG_ERROR_CONTEXT
impl UnwindSafe for BG_ERROR_CONTEXT
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