pub struct TilingPass { /* private fields */ }Expand description
Tiling pass that classifies entry points and computes tiling plans.
Implementations§
Source§impl TilingPass
impl TilingPass
Sourcepub fn new(defaults: TilingDefaults) -> Self
pub fn new(defaults: TilingDefaults) -> Self
Create a tiling pass with the given defaults.
Trait Implementations§
Source§impl Debug for TilingPass
impl Debug for TilingPass
Source§impl Default for TilingPass
impl Default for TilingPass
Auto Trait Implementations§
impl Freeze for TilingPass
impl RefUnwindSafe for TilingPass
impl Send for TilingPass
impl Sync for TilingPass
impl Unpin for TilingPass
impl UnsafeUnpin for TilingPass
impl UnwindSafe for TilingPass
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