#[repr(C)]pub struct TypeCast {
pub type_: NodeTag,
pub arg: *mut Node,
pub typeName: *mut TypeName,
pub location: c_int,
}Fields§
§type_: NodeTag§arg: *mut Node§typeName: *mut TypeName§location: c_intTrait Implementations§
impl Copy for TypeCast
Auto Trait Implementations§
impl !Send for TypeCast
impl !Sync for TypeCast
impl Freeze for TypeCast
impl RefUnwindSafe for TypeCast
impl Unpin for TypeCast
impl UnsafeUnpin for TypeCast
impl UnwindSafe for TypeCast
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