#[repr(u32)]pub enum ProfileInfoType {
ZxProfileInfoScheduler = 1,
}Variants§
ZxProfileInfoScheduler = 1
Implementations§
Trait Implementations§
Source§impl Clone for ProfileInfoType
impl Clone for ProfileInfoType
Source§fn clone(&self) -> ProfileInfoType
fn clone(&self) -> ProfileInfoType
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 ProfileInfoType
impl Debug for ProfileInfoType
Source§impl PartialEq for ProfileInfoType
impl PartialEq for ProfileInfoType
impl Copy for ProfileInfoType
impl Eq for ProfileInfoType
impl IntoBytes for ProfileInfoType
impl StructuralPartialEq for ProfileInfoType
Auto Trait Implementations§
impl Freeze for ProfileInfoType
impl RefUnwindSafe for ProfileInfoType
impl Send for ProfileInfoType
impl Sync for ProfileInfoType
impl Unpin for ProfileInfoType
impl UnwindSafe for ProfileInfoType
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