Struct syscall_encode::abi::Allocation
source · pub struct Allocation { /* private fields */ }
Expand description
An allocation that was performed for storing encoded values.
Implementations§
Trait Implementations§
source§impl From<&mut [u8]> for Allocation
impl From<&mut [u8]> for Allocation
source§fn from(value: &mut [u8]) -> Allocation
fn from(value: &mut [u8]) -> Allocation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Allocation
impl !Send for Allocation
impl !Sync for Allocation
impl Unpin for Allocation
impl UnwindSafe for Allocation
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