Struct move_binary_format::views::StructDefinitionView
source · [−]pub struct StructDefinitionView<'a, T> { /* private fields */ }
Implementations
sourceimpl<'a, T: ModuleAccess> StructDefinitionView<'a, T>
impl<'a, T: ModuleAccess> StructDefinitionView<'a, T>
pub fn new(module: &'a T, struct_def: &'a StructDefinition) -> Self
pub fn abilities(&self) -> AbilitySet
pub fn is_native(&self) -> bool
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 fields(
&self
) -> Option<impl DoubleEndedIterator<Item = FieldDefinitionView<'a, T>> + Send>
pub fn name(&self) -> &'a IdentStr
Trait Implementations
sourceimpl<'a, T: ModuleAccess> ViewInternals for StructDefinitionView<'a, T>
impl<'a, T: ModuleAccess> ViewInternals for StructDefinitionView<'a, T>
type ModuleType = &'a T
type Inner = &'a StructDefinition
fn module(&self) -> Self::ModuleType
fn as_inner(&self) -> Self::Inner
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for StructDefinitionView<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for StructDefinitionView<'a, T> where
T: Sync,
impl<'a, T> Sync for StructDefinitionView<'a, T> where
T: Sync,
impl<'a, T> Unpin for StructDefinitionView<'a, T>
impl<'a, T> UnwindSafe for StructDefinitionView<'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