pub(crate) struct buffer_var_shape {
pub(crate) width: u8,
pub(crate) var_index: u8,
pub(crate) index: u8,
}Fields§
§width: u8§var_index: u8§index: u8Implementations§
Auto Trait Implementations§
impl Freeze for buffer_var_shape
impl RefUnwindSafe for buffer_var_shape
impl Send for buffer_var_shape
impl Sync for buffer_var_shape
impl Unpin for buffer_var_shape
impl UnsafeUnpin for buffer_var_shape
impl UnwindSafe for buffer_var_shape
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