pub struct RawSlot(/* private fields */);Expand description
What a slot holds, opaque outside this crate: the RawArg impls are the
only way to make one, so a slot always holds something the renderer can
write.
Auto Trait Implementations§
impl Freeze for RawSlot
impl RefUnwindSafe for RawSlot
impl Send for RawSlot
impl Sync for RawSlot
impl Unpin for RawSlot
impl UnsafeUnpin for RawSlot
impl UnwindSafe for RawSlot
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