[−][src]Struct rendy_frame::cirque::InitialRef
Reference to new value in the Cirque
.
It is in initial state.
Implementations
impl<'a, T, I, P> InitialRef<'a, T, I, P>
[src]
pub fn init(self, init: impl FnOnce(I) -> T) -> ReadyRef<'a, T, I, P>
[src]
Init value.
pub fn index(&self) -> usize
[src]
Get ref index.
Trait Implementations
Auto Trait Implementations
impl<'a, T, I, P> RefUnwindSafe for InitialRef<'a, T, I, P> where
I: RefUnwindSafe,
P: RefUnwindSafe,
T: RefUnwindSafe,
I: RefUnwindSafe,
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, I, P> Send for InitialRef<'a, T, I, P> where
I: Send,
P: Send,
T: Send,
I: Send,
P: Send,
T: Send,
impl<'a, T, I, P> Sync for InitialRef<'a, T, I, P> where
I: Sync,
P: Sync,
T: Sync,
I: Sync,
P: Sync,
T: Sync,
impl<'a, T, I, P> Unpin for InitialRef<'a, T, I, P> where
I: Unpin,
I: Unpin,
impl<'a, T, I = T, P = T> !UnwindSafe for InitialRef<'a, T, I, P>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,