pub struct VariantID { /* private fields */ }
Expand description
Represents an ID with a possible VR-specific offset.
Implementations§
Trait Implementations§
Source§impl Ord for VariantID
impl Ord for VariantID
Source§impl PartialOrd for VariantID
impl PartialOrd for VariantID
Source§impl ResolvableAddress for VariantID
impl ResolvableAddress for VariantID
Source§fn offset(&self) -> Result<NonZeroUsize, DataBaseError>
fn offset(&self) -> Result<NonZeroUsize, DataBaseError>
Returns the offset associated with this instance. Read more
impl Eq for VariantID
impl StructuralPartialEq for VariantID
Auto Trait Implementations§
impl Freeze for VariantID
impl RefUnwindSafe for VariantID
impl Send for VariantID
impl Sync for VariantID
impl Unpin for VariantID
impl UnwindSafe for VariantID
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