pub struct StructHole { /* private fields */ }Expand description
A hole created from a struct, which has a runtime array as the last member.
Can be resolved by giving the number of elements in the runtime array.
Implementations§
Trait Implementations§
Source§impl Clone for StructHole
impl Clone for StructHole
Source§fn clone(&self) -> StructHole
fn clone(&self) -> StructHole
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StructHole
impl RefUnwindSafe for StructHole
impl Send for StructHole
impl Sync for StructHole
impl Unpin for StructHole
impl UnsafeUnpin for StructHole
impl UnwindSafe for StructHole
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