#[repr(C)]pub struct ResourceManager_DiagnosticEventType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ResourceManager_DiagnosticEventType
impl ResourceManager_DiagnosticEventType
pub fn async_operation_fail() -> Self
pub fn async_operation_create() -> Self
pub fn async_operation_percent_complete() -> Self
pub fn async_operation_complete() -> Self
pub fn async_operation_reference_count() -> Self
pub fn async_operation_destroy() -> Self
Trait Implementations§
Source§impl Clone for ResourceManager_DiagnosticEventType
impl Clone for ResourceManager_DiagnosticEventType
Source§fn clone(&self) -> ResourceManager_DiagnosticEventType
fn clone(&self) -> ResourceManager_DiagnosticEventType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResourceManager_DiagnosticEventType
impl Debug for ResourceManager_DiagnosticEventType
Source§impl IlType for ResourceManager_DiagnosticEventType
impl IlType for ResourceManager_DiagnosticEventType
Source§impl PartialEq for ResourceManager_DiagnosticEventType
impl PartialEq for ResourceManager_DiagnosticEventType
impl Copy for ResourceManager_DiagnosticEventType
impl Eq for ResourceManager_DiagnosticEventType
impl StructuralPartialEq for ResourceManager_DiagnosticEventType
Auto Trait Implementations§
impl Freeze for ResourceManager_DiagnosticEventType
impl RefUnwindSafe for ResourceManager_DiagnosticEventType
impl Send for ResourceManager_DiagnosticEventType
impl Sync for ResourceManager_DiagnosticEventType
impl Unpin for ResourceManager_DiagnosticEventType
impl UnwindSafe for ResourceManager_DiagnosticEventType
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)