pub struct DsaBindReport {
pub bound: usize,
pub total_bytes: usize,
pub unclaimed: Vec<String>,
}Expand description
What a successful bind saw.
Fields§
§bound: usize§total_bytes: usize§unclaimed: Vec<String>self_attn.* names present in the source that no spec claims. Never empty-
tolerated: an unclaimed attention tensor means the architecture moved.
Trait Implementations§
Source§impl Clone for DsaBindReport
impl Clone for DsaBindReport
Source§fn clone(&self) -> DsaBindReport
fn clone(&self) -> DsaBindReport
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 DsaBindReport
impl Debug for DsaBindReport
Source§impl PartialEq for DsaBindReport
impl PartialEq for DsaBindReport
impl Eq for DsaBindReport
impl StructuralPartialEq for DsaBindReport
Auto Trait Implementations§
impl Freeze for DsaBindReport
impl RefUnwindSafe for DsaBindReport
impl Send for DsaBindReport
impl Sync for DsaBindReport
impl Unpin for DsaBindReport
impl UnwindSafe for DsaBindReport
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.