Struct rustc_borrowck::type_check::liveness::local_use_map::Appearance
source · struct Appearance {
point_index: PointIndex,
next: Option<AppearanceIndex>,
}
Fields§
§point_index: PointIndex
§next: Option<AppearanceIndex>
Trait Implementations§
source§impl LinkElem for Appearance
impl LinkElem for Appearance
type LinkIndex = AppearanceIndex
fn next(elem: &Self) -> Option<AppearanceIndex>
Auto Trait Implementations§
impl RefUnwindSafe for Appearance
impl Send for Appearance
impl Sync for Appearance
impl Unpin for Appearance
impl UnwindSafe for Appearance
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: 8 bytes