pub struct StructsInfo {
pub structs: Vec<(i64, i64, i64)>,
}
Fields§
§structs: Vec<(i64, i64, i64)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructsInfo
impl RefUnwindSafe for StructsInfo
impl Send for StructsInfo
impl Sync for StructsInfo
impl Unpin for StructsInfo
impl UnwindSafe for StructsInfo
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