pub struct StructDeclaration { /* private fields */ }
Expand description
C-style structure forward declaration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructDeclaration
impl RefUnwindSafe for StructDeclaration
impl !Send for StructDeclaration
impl !Sync for StructDeclaration
impl Unpin for StructDeclaration
impl UnwindSafe for StructDeclaration
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