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