#[repr(transparent)]pub struct DebugReportObjectTypeEXT(_);Expand description
Implementations
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
pub const UNKNOWN: DebugReportObjectTypeEXT
pub const INSTANCE: DebugReportObjectTypeEXT
pub const PHYSICAL_DEVICE: DebugReportObjectTypeEXT
pub const DEVICE: DebugReportObjectTypeEXT
pub const QUEUE: DebugReportObjectTypeEXT
pub const SEMAPHORE: DebugReportObjectTypeEXT
pub const COMMAND_BUFFER: DebugReportObjectTypeEXT
pub const FENCE: DebugReportObjectTypeEXT
pub const DEVICE_MEMORY: DebugReportObjectTypeEXT
pub const BUFFER: DebugReportObjectTypeEXT
pub const IMAGE: DebugReportObjectTypeEXT
pub const EVENT: DebugReportObjectTypeEXT
pub const QUERY_POOL: DebugReportObjectTypeEXT
pub const BUFFER_VIEW: DebugReportObjectTypeEXT
pub const IMAGE_VIEW: DebugReportObjectTypeEXT
pub const SHADER_MODULE: DebugReportObjectTypeEXT
pub const PIPELINE_CACHE: DebugReportObjectTypeEXT
pub const PIPELINE_LAYOUT: DebugReportObjectTypeEXT
pub const RENDER_PASS: DebugReportObjectTypeEXT
pub const PIPELINE: DebugReportObjectTypeEXT
pub const DESCRIPTOR_SET_LAYOUT: DebugReportObjectTypeEXT
pub const SAMPLER: DebugReportObjectTypeEXT
pub const DESCRIPTOR_POOL: DebugReportObjectTypeEXT
pub const DESCRIPTOR_SET: DebugReportObjectTypeEXT
pub const FRAMEBUFFER: DebugReportObjectTypeEXT
pub const COMMAND_POOL: DebugReportObjectTypeEXT
pub const SURFACE_KHR: DebugReportObjectTypeEXT
pub const SWAPCHAIN_KHR: DebugReportObjectTypeEXT
pub const DEBUG_REPORT_CALLBACK_EXT: DebugReportObjectTypeEXT
pub const DISPLAY_KHR: DebugReportObjectTypeEXT
pub const DISPLAY_MODE_KHR: DebugReportObjectTypeEXT
pub const VALIDATION_CACHE_EXT: DebugReportObjectTypeEXT
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_EXT_debug_report’
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_NVX_binary_import’
pub const CU_MODULE_NVX: DebugReportObjectTypeEXT
pub const CU_FUNCTION_NVX: DebugReportObjectTypeEXT
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_KHR_descriptor_update_template’
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_KHR_acceleration_structure’
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_NV_ray_tracing’
sourceimpl DebugReportObjectTypeEXT
impl DebugReportObjectTypeEXT
Generated from ‘VK_FUCHSIA_buffer_collection’
Trait Implementations
sourceimpl Clone for DebugReportObjectTypeEXT
impl Clone for DebugReportObjectTypeEXT
sourcepub fn clone(&self) -> DebugReportObjectTypeEXT
pub fn clone(&self) -> DebugReportObjectTypeEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DebugReportObjectTypeEXT
impl Debug for DebugReportObjectTypeEXT
sourceimpl Default for DebugReportObjectTypeEXT
impl Default for DebugReportObjectTypeEXT
sourcepub fn default() -> DebugReportObjectTypeEXT
pub fn default() -> DebugReportObjectTypeEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for DebugReportObjectTypeEXT
impl Hash for DebugReportObjectTypeEXT
sourceimpl Ord for DebugReportObjectTypeEXT
impl Ord for DebugReportObjectTypeEXT
sourceimpl PartialEq<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
impl PartialEq<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
sourcepub fn eq(&self, other: &DebugReportObjectTypeEXT) -> bool
pub fn eq(&self, other: &DebugReportObjectTypeEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &DebugReportObjectTypeEXT) -> bool
pub fn ne(&self, other: &DebugReportObjectTypeEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
impl PartialOrd<DebugReportObjectTypeEXT> for DebugReportObjectTypeEXT
sourcepub fn partial_cmp(&self, other: &DebugReportObjectTypeEXT) -> Option<Ordering>
pub fn partial_cmp(&self, other: &DebugReportObjectTypeEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for DebugReportObjectTypeEXT
impl Eq for DebugReportObjectTypeEXT
impl StructuralEq for DebugReportObjectTypeEXT
impl StructuralPartialEq for DebugReportObjectTypeEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugReportObjectTypeEXT
impl Send for DebugReportObjectTypeEXT
impl Sync for DebugReportObjectTypeEXT
impl Unpin for DebugReportObjectTypeEXT
impl UnwindSafe for DebugReportObjectTypeEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for P where
R: Read + ReadEndian<P>,
P: Default,
sourcefn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().
sourcefn read_from_big_endian(read: &mut R) -> Result<Self, Error>
fn read_from_big_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().
sourcefn read_from_native_endian(read: &mut R) -> Result<Self, Error>
fn read_from_native_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more