pub struct Pinned {
pub bytes: u64,
pub tensors: usize,
pub skipped: usize,
pub limit: Option<u64>,
}Expand description
What a pinning pass did, for the log and for the caller to judge.
Fields§
§bytes: u64§tensors: usize§skipped: usize§limit: Option<u64>Auto Trait Implementations§
impl Freeze for Pinned
impl RefUnwindSafe for Pinned
impl Send for Pinned
impl Sync for Pinned
impl Unpin for Pinned
impl UnsafeUnpin for Pinned
impl UnwindSafe for Pinned
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