pub struct ScalarInfo {
pub elem: Elem,
pub count: usize,
}
Expand description
Information related to a scalar input.
Fields§
§elem: Elem
§count: usize
Trait Implementations§
Source§impl Clone for ScalarInfo
impl Clone for ScalarInfo
Source§fn clone(&self) -> ScalarInfo
fn clone(&self) -> ScalarInfo
Returns a copy 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 ScalarInfo
impl RefUnwindSafe for ScalarInfo
impl Send for ScalarInfo
impl Sync for ScalarInfo
impl Unpin for ScalarInfo
impl UnwindSafe for ScalarInfo
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