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