pub struct DirectIoBindings {
pub source: &'static str,
pub destination: &'static str,
pub file_start: &'static str,
pub file_end: &'static str,
pub tag: &'static str,
}Expand description
Binding names for a GPU-initiated direct file pull.
Fields§
§source: &'static strSource handle table or device namespace.
destination: &'static strDestination GPU cache buffer.
file_start: &'static strVariable naming the first byte to pull.
file_end: &'static strVariable naming one-past-last byte to pull.
tag: &'static strTrace tag attached to the async transfer.
Trait Implementations§
Source§impl Clone for DirectIoBindings
impl Clone for DirectIoBindings
Source§fn clone(&self) -> DirectIoBindings
fn clone(&self) -> DirectIoBindings
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 moreSource§impl Debug for DirectIoBindings
impl Debug for DirectIoBindings
Source§impl Default for DirectIoBindings
impl Default for DirectIoBindings
impl Eq for DirectIoBindings
Source§impl PartialEq for DirectIoBindings
impl PartialEq for DirectIoBindings
impl StructuralPartialEq for DirectIoBindings
Auto Trait Implementations§
impl Freeze for DirectIoBindings
impl RefUnwindSafe for DirectIoBindings
impl Send for DirectIoBindings
impl Sync for DirectIoBindings
impl Unpin for DirectIoBindings
impl UnsafeUnpin for DirectIoBindings
impl UnwindSafe for DirectIoBindings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.