#[repr(transparent)]pub struct RENDERDOC_AnnotationType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl RENDERDOC_AnnotationType
impl RENDERDOC_AnnotationType
pub const eRENDERDOC_Empty: RENDERDOC_AnnotationType
pub const eRENDERDOC_Bool: RENDERDOC_AnnotationType
pub const eRENDERDOC_Int32: RENDERDOC_AnnotationType
pub const eRENDERDOC_UInt32: RENDERDOC_AnnotationType
pub const eRENDERDOC_Int64: RENDERDOC_AnnotationType
pub const eRENDERDOC_UInt64: RENDERDOC_AnnotationType
pub const eRENDERDOC_Float: RENDERDOC_AnnotationType
pub const eRENDERDOC_Double: RENDERDOC_AnnotationType
pub const eRENDERDOC_String: RENDERDOC_AnnotationType
pub const eRENDERDOC_APIObject: RENDERDOC_AnnotationType
pub const eRENDERDOC_AnnotationMax: RENDERDOC_AnnotationType
Trait Implementations§
Source§impl Clone for RENDERDOC_AnnotationType
impl Clone for RENDERDOC_AnnotationType
Source§fn clone(&self) -> RENDERDOC_AnnotationType
fn clone(&self) -> RENDERDOC_AnnotationType
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 RENDERDOC_AnnotationType
impl Debug for RENDERDOC_AnnotationType
Source§impl Hash for RENDERDOC_AnnotationType
impl Hash for RENDERDOC_AnnotationType
Source§impl PartialEq for RENDERDOC_AnnotationType
impl PartialEq for RENDERDOC_AnnotationType
impl Copy for RENDERDOC_AnnotationType
impl Eq for RENDERDOC_AnnotationType
impl StructuralPartialEq for RENDERDOC_AnnotationType
Auto Trait Implementations§
impl Freeze for RENDERDOC_AnnotationType
impl RefUnwindSafe for RENDERDOC_AnnotationType
impl Send for RENDERDOC_AnnotationType
impl Sync for RENDERDOC_AnnotationType
impl Unpin for RENDERDOC_AnnotationType
impl UnsafeUnpin for RENDERDOC_AnnotationType
impl UnwindSafe for RENDERDOC_AnnotationType
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