#[repr(C)]pub struct UnwCursor {
pub opaque: [UnwWord; 127],
}Fields§
§opaque: [UnwWord; 127]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnwCursor
impl RefUnwindSafe for UnwCursor
impl Send for UnwCursor
impl Sync for UnwCursor
impl Unpin for UnwCursor
impl UnsafeUnpin for UnwCursor
impl UnwindSafe for UnwCursor
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