pub struct CStructuralFrontend;Expand description
The C Structural-mode frontend.
Trait Implementations§
Source§impl Clone for CStructuralFrontend
impl Clone for CStructuralFrontend
Source§fn clone(&self) -> CStructuralFrontend
fn clone(&self) -> CStructuralFrontend
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 moreimpl Copy for CStructuralFrontend
Source§impl Debug for CStructuralFrontend
impl Debug for CStructuralFrontend
Source§impl Default for CStructuralFrontend
impl Default for CStructuralFrontend
Source§fn default() -> CStructuralFrontend
fn default() -> CStructuralFrontend
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CStructuralFrontend
impl RefUnwindSafe for CStructuralFrontend
impl Send for CStructuralFrontend
impl Sync for CStructuralFrontend
impl Unpin for CStructuralFrontend
impl UnsafeUnpin for CStructuralFrontend
impl UnwindSafe for CStructuralFrontend
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