pub struct Basic {
pub scalar: Scalar,
pub complexity: Complexity,
}Expand description
A built-in type, once the keywords have been read together.
Fields§
§scalar: ScalarThe type itself.
complexity: ComplexityWhether _Complex or _Imaginary was written.
Trait Implementations§
impl Copy for Basic
impl Eq for Basic
impl StructuralPartialEq for Basic
Auto Trait Implementations§
impl Freeze for Basic
impl RefUnwindSafe for Basic
impl Send for Basic
impl Sync for Basic
impl Unpin for Basic
impl UnsafeUnpin for Basic
impl UnwindSafe for Basic
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