enum RelocationStateV2 {
Start,
Extra,
Page,
PageExtra,
}
Variants§
Trait Implementations§
Source§impl Clone for RelocationStateV2
impl Clone for RelocationStateV2
Source§fn clone(&self) -> RelocationStateV2
fn clone(&self) -> RelocationStateV2
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 RelocationStateV2
impl Debug for RelocationStateV2
Source§impl PartialEq for RelocationStateV2
impl PartialEq for RelocationStateV2
impl Copy for RelocationStateV2
impl Eq for RelocationStateV2
impl StructuralPartialEq for RelocationStateV2
Auto Trait Implementations§
impl Freeze for RelocationStateV2
impl RefUnwindSafe for RelocationStateV2
impl Send for RelocationStateV2
impl Sync for RelocationStateV2
impl Unpin for RelocationStateV2
impl UnwindSafe for RelocationStateV2
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