cosmic
1.0.0
Module borrow
Module Items
Enums
Traits
In cosmic::
cctk::
sctk::
reexports::
client::
backend::
smallvec::
alloc
cosmic
::
cctk
::
sctk
::
reexports
::
client
::
backend
::
smallvec
::
alloc
Module
borrow
Copy item path
1.36.0
·
Source
Available on
crate feature
wayland
and Linux
only.
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.