pub enum PcdType {
I,
U,
F,
}Expand description
PCD scalar type token.
Variants§
Trait Implementations§
impl Copy for PcdType
impl Eq for PcdType
impl StructuralPartialEq for PcdType
Auto Trait Implementations§
impl Freeze for PcdType
impl RefUnwindSafe for PcdType
impl Send for PcdType
impl Sync for PcdType
impl Unpin for PcdType
impl UnsafeUnpin for PcdType
impl UnwindSafe for PcdType
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