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 (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 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 UnsafeUnpin 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