pub struct TypeArgs {
pub base_type: BaseType,
pub element: BaseType,
pub index: i32,
pub fixed_length: u16,
pub base_size: u32,
pub element_size: u32,
}
Fields§
§base_type: BaseType
§element: BaseType
§index: i32
§fixed_length: u16
§base_size: u32
§element_size: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeArgs
impl RefUnwindSafe for TypeArgs
impl Send for TypeArgs
impl Sync for TypeArgs
impl Unpin for TypeArgs
impl UnwindSafe for TypeArgs
Blanket Implementations§
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