pub struct List<T>(/* private fields */);
Available on crate feature
godot
only.Expand description
A linked list of elements. This is not publicly exposed in Godot.
Trait Implementations§
Source§impl<T> SizeInTargetProcess for List<T>
impl<T> SizeInTargetProcess for List<T>
impl<T: Copy> Copy for List<T>
Auto Trait Implementations§
impl<T> Freeze for List<T>
impl<T> RefUnwindSafe for List<T>
impl<T> Send for List<T>
impl<T> Sync for List<T>
impl<T> Unpin for List<T>
impl<T> UnwindSafe for List<T>
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