pub struct ArrayLayout {
pub base_slot: BigUint,
pub element_type: Type,
pub is_dynamic: bool,
pub name: String,
}Fields§
§base_slot: BigUint§element_type: Type§is_dynamic: bool§name: StringTrait Implementations§
Source§impl Clone for ArrayLayout
impl Clone for ArrayLayout
Source§fn clone(&self) -> ArrayLayout
fn clone(&self) -> ArrayLayout
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 moreSource§impl Debug for ArrayLayout
impl Debug for ArrayLayout
Source§impl<'de> Deserialize<'de> for ArrayLayout
impl<'de> Deserialize<'de> for ArrayLayout
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArrayLayout
impl RefUnwindSafe for ArrayLayout
impl Send for ArrayLayout
impl Sync for ArrayLayout
impl Unpin for ArrayLayout
impl UnsafeUnpin for ArrayLayout
impl UnwindSafe for ArrayLayout
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