pub struct MatlabStructLiteral {
pub fields: Vec<MatlabStructField>,
}Expand description
A MATLAB struct literal.
Fields§
§fields: Vec<MatlabStructField>Fields.
Implementations§
Trait Implementations§
Source§impl Clone for MatlabStructLiteral
impl Clone for MatlabStructLiteral
Source§fn clone(&self) -> MatlabStructLiteral
fn clone(&self) -> MatlabStructLiteral
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 moreSource§impl Debug for MatlabStructLiteral
impl Debug for MatlabStructLiteral
Source§impl Default for MatlabStructLiteral
impl Default for MatlabStructLiteral
Source§impl PartialEq for MatlabStructLiteral
impl PartialEq for MatlabStructLiteral
impl StructuralPartialEq for MatlabStructLiteral
Auto Trait Implementations§
impl Freeze for MatlabStructLiteral
impl RefUnwindSafe for MatlabStructLiteral
impl Send for MatlabStructLiteral
impl Sync for MatlabStructLiteral
impl Unpin for MatlabStructLiteral
impl UnsafeUnpin for MatlabStructLiteral
impl UnwindSafe for MatlabStructLiteral
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