#[repr(u32)]pub enum ProfileSignature {
Acsp = 0,
}
Variants§
Acsp = 0
Trait Implementations§
Source§impl Clone for ProfileSignature
impl Clone for ProfileSignature
Source§fn clone(&self) -> ProfileSignature
fn clone(&self) -> ProfileSignature
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 ProfileSignature
impl Debug for ProfileSignature
Source§impl From<ProfileSignature> for u32
impl From<ProfileSignature> for u32
Source§fn from(value: ProfileSignature) -> Self
fn from(value: ProfileSignature) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ProfileSignature
impl PartialEq for ProfileSignature
Source§impl TryFrom<u32> for ProfileSignature
impl TryFrom<u32> for ProfileSignature
impl Copy for ProfileSignature
impl Eq for ProfileSignature
impl StructuralPartialEq for ProfileSignature
Auto Trait Implementations§
impl Freeze for ProfileSignature
impl RefUnwindSafe for ProfileSignature
impl Send for ProfileSignature
impl Sync for ProfileSignature
impl Unpin for ProfileSignature
impl UnwindSafe for ProfileSignature
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