pub struct VersionIndex(pub u16);
Expand description
A version index.
Tuple Fields
0: u16
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VersionIndex
impl Send for VersionIndex
impl Sync for VersionIndex
impl Unpin for VersionIndex
impl UnwindSafe for VersionIndex
Blanket Implementations
Mutably borrows from an owned value. Read more