pub struct AsmFramer { /* private fields */ }Expand description
ASM framer implementing Framer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsmFramer
impl RefUnwindSafe for AsmFramer
impl Send for AsmFramer
impl Sync for AsmFramer
impl Unpin for AsmFramer
impl UnsafeUnpin for AsmFramer
impl UnwindSafe for AsmFramer
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