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