pub struct StreamCoreShapesLib;Expand description
Loadable library that registers the stream-core types as kernel shapes.
Implements Lib: its manifest exports one Export::Shape per stream
type, and loading binds each export’s Symbol to a documented shape value
in the Linker. Prefer install_stream_core_shapes_lib for idempotent
installation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamCoreShapesLib
impl RefUnwindSafe for StreamCoreShapesLib
impl Send for StreamCoreShapesLib
impl Sync for StreamCoreShapesLib
impl Unpin for StreamCoreShapesLib
impl UnsafeUnpin for StreamCoreShapesLib
impl UnwindSafe for StreamCoreShapesLib
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