pub struct PathDecompSettings<'ap, 'np> {
pub asm_path: &'ap Path,
pub path_index: usize,
pub nonmatchings: Option<&'np Path>,
}Fields§
§asm_path: &'ap Path§path_index: usize§nonmatchings: Option<&'np Path>Auto Trait Implementations§
impl<'ap, 'np> Freeze for PathDecompSettings<'ap, 'np>
impl<'ap, 'np> RefUnwindSafe for PathDecompSettings<'ap, 'np>
impl<'ap, 'np> Send for PathDecompSettings<'ap, 'np>
impl<'ap, 'np> Sync for PathDecompSettings<'ap, 'np>
impl<'ap, 'np> Unpin for PathDecompSettings<'ap, 'np>
impl<'ap, 'np> UnwindSafe for PathDecompSettings<'ap, 'np>
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