#[repr(C)]pub struct DescriptorAddressInfoEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub address: DeviceAddress,
pub range: DeviceSize,
pub format: Format,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§address: DeviceAddress§range: DeviceSize§format: FormatTrait Implementations§
Source§impl Clone for DescriptorAddressInfoEXT
impl Clone for DescriptorAddressInfoEXT
Source§fn clone(&self) -> DescriptorAddressInfoEXT
fn clone(&self) -> DescriptorAddressInfoEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DescriptorAddressInfoEXT
Source§impl Debug for DescriptorAddressInfoEXT
impl Debug for DescriptorAddressInfoEXT
Source§impl Default for DescriptorAddressInfoEXT
impl Default for DescriptorAddressInfoEXT
impl Eq for DescriptorAddressInfoEXT
Source§impl Hash for DescriptorAddressInfoEXT
impl Hash for DescriptorAddressInfoEXT
Source§impl PartialEq for DescriptorAddressInfoEXT
impl PartialEq for DescriptorAddressInfoEXT
Source§fn eq(&self, other: &DescriptorAddressInfoEXT) -> bool
fn eq(&self, other: &DescriptorAddressInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for DescriptorAddressInfoEXT
impl StructuralPartialEq for DescriptorAddressInfoEXT
impl Sync for DescriptorAddressInfoEXT
Auto Trait Implementations§
impl Freeze for DescriptorAddressInfoEXT
impl RefUnwindSafe for DescriptorAddressInfoEXT
impl Unpin for DescriptorAddressInfoEXT
impl UnsafeUnpin for DescriptorAddressInfoEXT
impl UnwindSafe for DescriptorAddressInfoEXT
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