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