pub struct Ctype {
pub typename: String,
pub is_const: bool,
pub indirection: Vec<Ptr>,
}
Fields§
§typename: String
§is_const: bool
§indirection: Vec<Ptr>
Implementations§
Trait Implementations§
impl Eq for Ctype
impl StructuralPartialEq for Ctype
Auto Trait Implementations§
impl Freeze for Ctype
impl RefUnwindSafe for Ctype
impl Send for Ctype
impl Sync for Ctype
impl Unpin for Ctype
impl UnwindSafe for Ctype
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