Struct abi::boxes::SysCallFutureBytes
source · pub struct SysCallFutureBytes {
fb_ptr: u32,
}
Fields§
§fb_ptr: u32
Trait Implementations§
source§impl Debug for SysCallFutureBytes
impl Debug for SysCallFutureBytes
source§impl<'de> Deserialize<'de> for SysCallFutureBytes
impl<'de> Deserialize<'de> for SysCallFutureBytes
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 SysCallFutureBytes
impl RefUnwindSafe for SysCallFutureBytes
impl Send for SysCallFutureBytes
impl Sync for SysCallFutureBytes
impl Unpin for SysCallFutureBytes
impl UnwindSafe for SysCallFutureBytes
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