pub enum Notes<'a> {
Generic(Generic<'a>),
}
Expand description
The different notes recognized and supported by LIEF
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Notes<'a>
impl<'a> !Send for Notes<'a>
impl<'a> !Sync for Notes<'a>
impl<'a> Unpin for Notes<'a>
impl<'a> UnwindSafe for Notes<'a>
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