pub struct InstanceProps {
pub props: Vec<InstanceProp>,
pub total_slots: usize,
}
Fields§
§props: Vec<InstanceProp>
§total_slots: usize
Implementations§
Source§impl InstanceProps
impl InstanceProps
Trait Implementations§
Source§impl Clone for InstanceProps
impl Clone for InstanceProps
Source§fn clone(&self) -> InstanceProps
fn clone(&self) -> InstanceProps
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 moreSource§impl Default for InstanceProps
impl Default for InstanceProps
Source§fn default() -> InstanceProps
fn default() -> InstanceProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstanceProps
impl RefUnwindSafe for InstanceProps
impl Send for InstanceProps
impl Sync for InstanceProps
impl Unpin for InstanceProps
impl UnwindSafe for InstanceProps
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