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