Struct abi::syscall::ByteBoxWire
source · pub struct ByteBoxWire {
pub ptr: usize,
pub len: usize,
}
Fields§
§ptr: usize
§len: usize
Trait Implementations§
source§impl Debug for ByteBoxWire
impl Debug for ByteBoxWire
source§impl<'de> Deserialize<'de> for ByteBoxWire
impl<'de> Deserialize<'de> for ByteBoxWire
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 Format for ByteBoxWire
impl Format for ByteBoxWire
Auto Trait Implementations§
impl Freeze for ByteBoxWire
impl RefUnwindSafe for ByteBoxWire
impl Send for ByteBoxWire
impl Sync for ByteBoxWire
impl Unpin for ByteBoxWire
impl UnwindSafe for ByteBoxWire
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