pub struct IntRowTemplate {
pub template: Vec<u8>,
pub slot_offsets: Vec<(usize, usize)>,
}Fields§
§template: Vec<u8>§slot_offsets: Vec<(usize, usize)>Auto Trait Implementations§
impl Freeze for IntRowTemplate
impl RefUnwindSafe for IntRowTemplate
impl Send for IntRowTemplate
impl Sync for IntRowTemplate
impl Unpin for IntRowTemplate
impl UnsafeUnpin for IntRowTemplate
impl UnwindSafe for IntRowTemplate
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