Struct wiggle::GuestSliceMut [−][src]
pub struct GuestSliceMut<'a, T> { /* fields omitted */ }
Expand description
A smart pointer to a mutable slice in guest memory.
Usable as a &'a [T]
via std::ops::Deref
and as a &'a mut [T]
via
std::ops::DerefMut
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for GuestSliceMut<'a, T>
impl<'a, T> Send for GuestSliceMut<'a, T> where
T: Send,
impl<'a, T> Sync for GuestSliceMut<'a, T> where
T: Sync,
impl<'a, T> Unpin for GuestSliceMut<'a, T>
impl<'a, T> !UnwindSafe for GuestSliceMut<'a, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more