Struct wiggle::GuestSlice [−][src]
pub struct GuestSlice<'a, T> { /* fields omitted */ }
Expand description
A smart pointer to an shareable slice in guest memory.
Usable as a &'a [T]
via std::ops::Deref
.
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for GuestSlice<'a, T>
impl<'a, T> Send for GuestSlice<'a, T> where
T: Sync,
impl<'a, T> Sync for GuestSlice<'a, T> where
T: Sync,
impl<'a, T> Unpin for GuestSlice<'a, T>
impl<'a, T> !UnwindSafe for GuestSlice<'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