pub struct VisData {
pub n_vecs: i32,
pub sz_vecs: i32,
pub vecs: Vec<u8>,
}Fields§
§n_vecs: i32§sz_vecs: i32§vecs: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VisData
impl RefUnwindSafe for VisData
impl Send for VisData
impl Sync for VisData
impl Unpin for VisData
impl UnwindSafe for VisData
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