pub enum MctpVersion {
V1x,
V2x,
}Variants§
Trait Implementations§
Source§impl Clone for MctpVersion
impl Clone for MctpVersion
Source§fn clone(&self) -> MctpVersion
fn clone(&self) -> MctpVersion
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 MctpVersion
impl Debug for MctpVersion
impl Copy for MctpVersion
Auto Trait Implementations§
impl Freeze for MctpVersion
impl RefUnwindSafe for MctpVersion
impl Send for MctpVersion
impl Sync for MctpVersion
impl Unpin for MctpVersion
impl UnwindSafe for MctpVersion
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