pub enum CStandard {
C89,
C99,
C11,
C17,
}Variants§
Trait Implementations§
impl Copy for CStandard
Auto Trait Implementations§
impl Freeze for CStandard
impl RefUnwindSafe for CStandard
impl Send for CStandard
impl Sync for CStandard
impl Unpin for CStandard
impl UnwindSafe for CStandard
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