pub struct Backing { /* private fields */ }
Expand description
A backing type for the dynamic linker. Contains a handle to an object, and abstractions for treating Twizzler objects as object files.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Crossing for Backing
impl !ObjSafe for Backing
impl RefUnwindSafe for Backing
impl Send for Backing
impl Sync for Backing
impl Unpin for Backing
impl UnwindSafe for Backing
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