pub struct FixedArrayTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
pub element_type: Auid,
pub element_count: u32,
}Fields§
§identification: Auid§symbol: String§namespace: String§element_type: Auid§element_count: u32Trait Implementations§
Source§impl Clone for FixedArrayTypeDef
impl Clone for FixedArrayTypeDef
Source§fn clone(&self) -> FixedArrayTypeDef
fn clone(&self) -> FixedArrayTypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FixedArrayTypeDef
impl RefUnwindSafe for FixedArrayTypeDef
impl Send for FixedArrayTypeDef
impl Sync for FixedArrayTypeDef
impl Unpin for FixedArrayTypeDef
impl UnsafeUnpin for FixedArrayTypeDef
impl UnwindSafe for FixedArrayTypeDef
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