Struct lief::macho::commands::sub_framework::SubFramework
pub struct SubFramework<'a> { /* private fields */ }Implementations§
§impl SubFramework<'_>
impl SubFramework<'_>
Trait Implementations§
§impl Command for SubFramework<'_>
impl Command for SubFramework<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SubFramework<'a>
impl<'a> !Send for SubFramework<'a>
impl<'a> !Sync for SubFramework<'a>
impl<'a> Unpin for SubFramework<'a>
impl<'a> UnwindSafe for SubFramework<'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