pub struct PatternLayout {
pattern_start_table_pos: usize,
pattern_start_stride: usize,
}
Expand description
TODO: Write docs for item
Fields§
§pattern_start_table_pos: usize
§pattern_start_stride: usize
Implementations§
Source§impl PatternLayout
impl PatternLayout
Sourcepub fn new(
ctx: &mut CompileContext,
overall: Layout,
) -> Result<(Layout, Self), LayoutError>
pub fn new( ctx: &mut CompileContext, overall: Layout, ) -> Result<(Layout, Self), LayoutError>
TODO: Write docs for item
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatternLayout
impl RefUnwindSafe for PatternLayout
impl Send for PatternLayout
impl Sync for PatternLayout
impl Unpin for PatternLayout
impl UnwindSafe for PatternLayout
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