#[repr(C)]pub struct GraphNodeCacheBuildContextT {
pub graph_id: TtIdT,
pub node_id: TtIdT,
}Fields§
§graph_id: TtIdT§node_id: TtIdTTrait Implementations§
Auto Trait Implementations§
impl Freeze for GraphNodeCacheBuildContextT
impl RefUnwindSafe for GraphNodeCacheBuildContextT
impl Send for GraphNodeCacheBuildContextT
impl Sync for GraphNodeCacheBuildContextT
impl Unpin for GraphNodeCacheBuildContextT
impl UnwindSafe for GraphNodeCacheBuildContextT
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