pub struct RawFrame<'a, T, R> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, R> Freeze for RawFrame<'a, T, R>
impl<'a, T, R> !ObjSafe for RawFrame<'a, T, R>
impl<'a, T, R> RefUnwindSafe for RawFrame<'a, T, R>where
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, R> Send for RawFrame<'a, T, R>
impl<'a, T, R> Sync for RawFrame<'a, T, R>
impl<'a, T, R> Unpin for RawFrame<'a, T, R>where
T: Unpin,
impl<'a, T, R> !UnwindSafe for RawFrame<'a, T, R>
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