#[repr(u64)]pub enum PhysBootTimes_Index {
ZbiEntry = 0,
PhysSetup = 1,
DecompressStart = 2,
DecompressEnd = 3,
ZbiDone = 4,
Count = 5,
}Variants§
Trait Implementations§
Source§impl Clone for PhysBootTimes_Index
impl Clone for PhysBootTimes_Index
Source§fn clone(&self) -> PhysBootTimes_Index
fn clone(&self) -> PhysBootTimes_Index
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysBootTimes_Index
Source§impl Debug for PhysBootTimes_Index
impl Debug for PhysBootTimes_Index
impl Eq for PhysBootTimes_Index
Source§impl Hash for PhysBootTimes_Index
impl Hash for PhysBootTimes_Index
Source§impl PartialEq for PhysBootTimes_Index
impl PartialEq for PhysBootTimes_Index
impl StructuralPartialEq for PhysBootTimes_Index
Auto Trait Implementations§
impl Freeze for PhysBootTimes_Index
impl RefUnwindSafe for PhysBootTimes_Index
impl Send for PhysBootTimes_Index
impl Sync for PhysBootTimes_Index
impl Unpin for PhysBootTimes_Index
impl UnsafeUnpin for PhysBootTimes_Index
impl UnwindSafe for PhysBootTimes_Index
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)