pub struct DINodeCreationResult<'ll> {
pub di_node: &'ll DIType,
pub already_stored_in_typemap: bool,
}
Fields§
§di_node: &'ll DIType
§already_stored_in_typemap: bool
Implementations§
Auto Trait Implementations§
impl<'ll> !RefUnwindSafe for DINodeCreationResult<'ll>
impl<'ll> !Send for DINodeCreationResult<'ll>
impl<'ll> !Sync for DINodeCreationResult<'ll>
impl<'ll> Unpin for DINodeCreationResult<'ll>
impl<'ll> !UnwindSafe for DINodeCreationResult<'ll>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes