pub struct LShapeStore;Expand description
Live shape store: handle and view are the static shape itself.
Trait Implementations§
Source§impl Clone for LShapeStore
impl Clone for LShapeStore
Source§fn clone(&self) -> LShapeStore
fn clone(&self) -> LShapeStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LShapeStore
Source§impl Default for LShapeStore
impl Default for LShapeStore
Source§fn default() -> LShapeStore
fn default() -> LShapeStore
Returns the “default value” for a type. Read more
Source§impl IShapeStore for LShapeStore
impl IShapeStore for LShapeStore
Auto Trait Implementations§
impl Freeze for LShapeStore
impl RefUnwindSafe for LShapeStore
impl Send for LShapeStore
impl Sync for LShapeStore
impl Unpin for LShapeStore
impl UnsafeUnpin for LShapeStore
impl UnwindSafe for LShapeStore
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