#[repr(C)]
pub enum DimType {
Cst,
Param,
In,
Out,
Set,
Div,
All,
}Variants
Cst
Param
In
Out
Set
Div
All
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DimType
impl Send for DimType
impl Sync for DimType
impl Unpin for DimType
impl UnwindSafe for DimType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more