Struct abi::boxes::FutureBytes
source · #[repr(C)]pub struct FutureBytes {
refcnt: AtomicU32,
payload: AtomicPtr<BoxBytes<0>>,
status: AtomicU8,
ex_taken: AtomicBool,
}
Fields§
§refcnt: AtomicU32
§payload: AtomicPtr<BoxBytes<0>>
§status: AtomicU8
§ex_taken: AtomicBool
Trait Implementations§
source§impl From<&'static FutureBytes> for SysCallFutureBytes
impl From<&'static FutureBytes> for SysCallFutureBytes
source§fn from(other: &'static FutureBytes) -> Self
fn from(other: &'static FutureBytes) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for FutureBytes
impl RefUnwindSafe for FutureBytes
impl Send for FutureBytes
impl Sync for FutureBytes
impl Unpin for FutureBytes
impl UnwindSafe for FutureBytes
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