pub struct Planes<Storage: ?Sized> { /* private fields */ }Expand description
A collection of planes.
Note that the constructors and Layout implementations depend on the type parameter.
Implementations§
Source§impl<Storage> Planes<Storage>
impl<Storage> Planes<Storage>
pub fn into_inner(self) -> Storage
Trait Implementations§
Auto Trait Implementations§
impl<Storage> Freeze for Planes<Storage>
impl<Storage> RefUnwindSafe for Planes<Storage>where
Storage: RefUnwindSafe + ?Sized,
impl<Storage> Send for Planes<Storage>
impl<Storage> Sync for Planes<Storage>
impl<Storage> Unpin for Planes<Storage>
impl<Storage> UnsafeUnpin for Planes<Storage>where
Storage: UnsafeUnpin + ?Sized,
impl<Storage> UnwindSafe for Planes<Storage>where
Storage: UnwindSafe + ?Sized,
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