Struct move_binary_format::views::StructHandleView
source · [−]pub struct StructHandleView<'a, T> { /* private fields */ }
Implementations
sourceimpl<'a, T: ModuleAccess> StructHandleView<'a, T>
impl<'a, T: ModuleAccess> StructHandleView<'a, T>
pub fn new(module: &'a T, struct_handle: &'a StructHandle) -> Self
pub fn handle(&self) -> &StructHandle
pub fn abilities(&self) -> AbilitySet
pub fn type_parameters(&self) -> &Vec<StructTypeParameter>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn module_handle(&self) -> &ModuleHandle
pub fn name(&self) -> &'a IdentStr
pub fn module_id(&self) -> ModuleId
sourcepub fn handle_idx(&self) -> StructHandleIndex
pub fn handle_idx(&self) -> StructHandleIndex
Return the StructHandleIndex of this handle in the module’s struct handle table
Trait Implementations
sourceimpl<'a, T: ModuleAccess> ViewInternals for StructHandleView<'a, T>
impl<'a, T: ModuleAccess> ViewInternals for StructHandleView<'a, T>
type ModuleType = &'a T
type Inner = &'a StructHandle
fn module(&self) -> Self::ModuleType
fn as_inner(&self) -> Self::Inner
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for StructHandleView<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for StructHandleView<'a, T> where
T: Sync,
impl<'a, T> Sync for StructHandleView<'a, T> where
T: Sync,
impl<'a, T> Unpin for StructHandleView<'a, T>
impl<'a, T> UnwindSafe for StructHandleView<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more