#[repr(C)]pub struct DeviceAddressRangeEXT {
pub address: DeviceAddress,
pub size: DeviceSize,
}Expand description
Fields§
§address: DeviceAddress§size: DeviceSizeImplementations§
Source§impl DeviceAddressRangeEXT
impl DeviceAddressRangeEXT
pub fn address(self, address: DeviceAddress) -> Self
pub fn size(self, size: DeviceSize) -> Self
Trait Implementations§
Source§impl Clone for DeviceAddressRangeEXT
impl Clone for DeviceAddressRangeEXT
Source§fn clone(&self) -> DeviceAddressRangeEXT
fn clone(&self) -> DeviceAddressRangeEXT
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 DeviceAddressRangeEXT
impl Debug for DeviceAddressRangeEXT
Source§impl Default for DeviceAddressRangeEXT
impl Default for DeviceAddressRangeEXT
Source§fn default() -> DeviceAddressRangeEXT
fn default() -> DeviceAddressRangeEXT
Returns the “default value” for a type. Read more
impl Copy for DeviceAddressRangeEXT
Auto Trait Implementations§
impl Freeze for DeviceAddressRangeEXT
impl RefUnwindSafe for DeviceAddressRangeEXT
impl Send for DeviceAddressRangeEXT
impl Sync for DeviceAddressRangeEXT
impl Unpin for DeviceAddressRangeEXT
impl UnwindSafe for DeviceAddressRangeEXT
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