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