pub struct ScalarInfo {
pub ty: StorageType,
pub count: usize,
}Expand description
Information related to a scalar input.
Fields§
§ty: StorageType§count: usizeTrait Implementations§
Source§impl Clone for ScalarInfo
impl Clone for ScalarInfo
Auto Trait Implementations§
impl Freeze for ScalarInfo
impl RefUnwindSafe for ScalarInfo
impl Send for ScalarInfo
impl Sync for ScalarInfo
impl Unpin for ScalarInfo
impl UnsafeUnpin 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