#[repr(u8)]pub enum RstPatchLd {
ZZ73 = 0,
ZZ74 = 1,
}Variants§
Implementations§
Source§impl RstPatchLd
impl RstPatchLd
Trait Implementations§
Source§impl Clone for RstPatchLd
impl Clone for RstPatchLd
Source§fn clone(&self) -> RstPatchLd
fn clone(&self) -> RstPatchLd
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 RstPatchLd
impl Debug for RstPatchLd
Source§impl From<RstPatchLd> for u8
impl From<RstPatchLd> for u8
Source§fn from(val: RstPatchLd) -> u8
fn from(val: RstPatchLd) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RstPatchLd
impl From<u8> for RstPatchLd
Source§fn from(val: u8) -> RstPatchLd
fn from(val: u8) -> RstPatchLd
Converts to this type from the input type.
Source§impl Ord for RstPatchLd
impl Ord for RstPatchLd
Source§fn cmp(&self, other: &RstPatchLd) -> Ordering
fn cmp(&self, other: &RstPatchLd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RstPatchLd
impl PartialEq for RstPatchLd
Source§impl PartialOrd for RstPatchLd
impl PartialOrd for RstPatchLd
impl Copy for RstPatchLd
impl Eq for RstPatchLd
impl StructuralPartialEq for RstPatchLd
Auto Trait Implementations§
impl Freeze for RstPatchLd
impl RefUnwindSafe for RstPatchLd
impl Send for RstPatchLd
impl Sync for RstPatchLd
impl Unpin for RstPatchLd
impl UnwindSafe for RstPatchLd
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