pub struct ValidatedMemoryView { /* private fields */ }Expand description
Pointer/extent exposed only after binding validation.
Implementations§
Trait Implementations§
Source§impl Clone for ValidatedMemoryView
impl Clone for ValidatedMemoryView
Source§fn clone(&self) -> ValidatedMemoryView
fn clone(&self) -> ValidatedMemoryView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ValidatedMemoryView
Source§impl Debug for ValidatedMemoryView
impl Debug for ValidatedMemoryView
impl Send for ValidatedMemoryView
impl Sync for ValidatedMemoryView
Auto Trait Implementations§
impl Freeze for ValidatedMemoryView
impl RefUnwindSafe for ValidatedMemoryView
impl Unpin for ValidatedMemoryView
impl UnsafeUnpin for ValidatedMemoryView
impl UnwindSafe for ValidatedMemoryView
Blanket Implementations§
impl<T> BindingResource for T
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