Struct wiggle::BorrowHandle [−][src]
pub struct BorrowHandle(pub usize);Expand description
A handle to a borrow on linear memory. It is produced by {mut, shared}_borrow and
consumed by {mut, shared}_unborrow. Only the GuestMemory impl should ever construct
a BorrowHandle or inspect its contents.
Tuple Fields
0: usizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BorrowHandle
impl Send for BorrowHandle
impl Sync for BorrowHandle
impl Unpin for BorrowHandle
impl UnwindSafe for BorrowHandle
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
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