pub struct PDFSet { /* private fields */ }Expand description
Post Dominance frontiers of each blocks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDFSet
impl RefUnwindSafe for PDFSet
impl Send for PDFSet
impl Sync for PDFSet
impl Unpin for PDFSet
impl UnwindSafe for PDFSet
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