pub struct DimBinding { /* private fields */ }Expand description
Mapping from a dynamic-dim symbol to its concrete size at runtime. Plan #54.
Implementations§
Source§impl DimBinding
impl DimBinding
Source§impl DimBinding
impl DimBinding
Trait Implementations§
Source§impl Clone for DimBinding
impl Clone for DimBinding
Source§fn clone(&self) -> DimBinding
fn clone(&self) -> DimBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DimBinding
impl Debug for DimBinding
Source§impl Default for DimBinding
impl Default for DimBinding
Source§fn default() -> DimBinding
fn default() -> DimBinding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DimBinding
impl RefUnwindSafe for DimBinding
impl Send for DimBinding
impl Sync for DimBinding
impl Unpin for DimBinding
impl UnsafeUnpin for DimBinding
impl UnwindSafe for DimBinding
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