pub struct BytecodeVersion(pub u32);Expand description
Move bytecode version
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for BytecodeVersion
impl Clone for BytecodeVersion
Source§fn clone(&self) -> BytecodeVersion
fn clone(&self) -> BytecodeVersion
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 BytecodeVersion
impl Debug for BytecodeVersion
impl Copy for BytecodeVersion
Auto Trait Implementations§
impl Freeze for BytecodeVersion
impl RefUnwindSafe for BytecodeVersion
impl Send for BytecodeVersion
impl Sync for BytecodeVersion
impl Unpin for BytecodeVersion
impl UnwindSafe for BytecodeVersion
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