pub enum LinkTimeConst {
DtcmLo,
ItcmHi,
CodeHi,
OverlayCount,
Arm9CtorStart,
}Variants§
Trait Implementations§
Source§impl Clone for LinkTimeConst
impl Clone for LinkTimeConst
Source§fn clone(&self) -> LinkTimeConst
fn clone(&self) -> LinkTimeConst
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkTimeConst
Source§impl<'de> Deserialize<'de> for LinkTimeConst
impl<'de> Deserialize<'de> for LinkTimeConst
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LinkTimeConst
impl Display for LinkTimeConst
impl Eq for LinkTimeConst
Source§impl IntoEnumIterator for LinkTimeConst
impl IntoEnumIterator for LinkTimeConst
type Iterator = LinkTimeConstIter
fn iter() -> LinkTimeConstIter ⓘ
Source§impl Ord for LinkTimeConst
impl Ord for LinkTimeConst
Source§fn cmp(&self, other: &LinkTimeConst) -> Ordering
fn cmp(&self, other: &LinkTimeConst) -> Ordering
1.21.0 (const: unstable) · 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 LinkTimeConst
impl PartialEq for LinkTimeConst
Source§fn eq(&self, other: &LinkTimeConst) -> bool
fn eq(&self, other: &LinkTimeConst) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LinkTimeConst
impl PartialOrd for LinkTimeConst
Source§impl Serialize for LinkTimeConst
impl Serialize for LinkTimeConst
impl StructuralPartialEq for LinkTimeConst
Auto Trait Implementations§
impl Freeze for LinkTimeConst
impl RefUnwindSafe for LinkTimeConst
impl Send for LinkTimeConst
impl Sync for LinkTimeConst
impl Unpin for LinkTimeConst
impl UnsafeUnpin for LinkTimeConst
impl UnwindSafe for LinkTimeConst
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