#[repr(u16)]pub enum PrimaryOrSecondary {
Primary = 496,
Secondary = 368,
}Variants§
Trait Implementations§
Source§impl Clone for PrimaryOrSecondary
impl Clone for PrimaryOrSecondary
Source§fn clone(&self) -> PrimaryOrSecondary
fn clone(&self) -> PrimaryOrSecondary
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 moreimpl Copy for PrimaryOrSecondary
Auto Trait Implementations§
impl Freeze for PrimaryOrSecondary
impl RefUnwindSafe for PrimaryOrSecondary
impl Send for PrimaryOrSecondary
impl Sync for PrimaryOrSecondary
impl Unpin for PrimaryOrSecondary
impl UnwindSafe for PrimaryOrSecondary
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