pub struct ExternalMemoryLimits {
pub min_imported_host_pointer_alignment: u64,
}
Expand description
Physical device limits for external memory management
Fields§
§min_imported_host_pointer_alignment: u64
Alignment required for an imported host pointer
Trait Implementations§
Source§impl Clone for ExternalMemoryLimits
impl Clone for ExternalMemoryLimits
Source§fn clone(&self) -> ExternalMemoryLimits
fn clone(&self) -> ExternalMemoryLimits
Returns a copy 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 ExternalMemoryLimits
impl Debug for ExternalMemoryLimits
Source§impl Default for ExternalMemoryLimits
impl Default for ExternalMemoryLimits
Source§impl PartialEq for ExternalMemoryLimits
impl PartialEq for ExternalMemoryLimits
impl Copy for ExternalMemoryLimits
impl StructuralPartialEq for ExternalMemoryLimits
Auto Trait Implementations§
impl Freeze for ExternalMemoryLimits
impl RefUnwindSafe for ExternalMemoryLimits
impl Send for ExternalMemoryLimits
impl Sync for ExternalMemoryLimits
impl Unpin for ExternalMemoryLimits
impl UnwindSafe for ExternalMemoryLimits
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