[−][src]Struct rendy_chain::Barrier
Pipeline barrier info.
Fields
families: Option<Range<QueueFamilyId>>
Some
queue for ownership transfer. Or None
states: Range<(R::Access, R::Layout, PipelineStage)>
State transition.
Trait Implementations
impl<R: Clone + Resource> Clone for Barrier<R> where
R::Access: Clone,
R::Layout: Clone,
[src]
R::Access: Clone,
R::Layout: Clone,
fn clone(&self) -> Barrier<R>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<R: Debug + Resource> Debug for Barrier<R> where
R::Access: Debug,
R::Layout: Debug,
[src]
R::Access: Debug,
R::Layout: Debug,
Auto Trait Implementations
impl<R> Unpin for Barrier<R> where
<R as Resource>::Access: Unpin,
<R as Resource>::Layout: Unpin,
<R as Resource>::Access: Unpin,
<R as Resource>::Layout: Unpin,
impl<R> Sync for Barrier<R> where
<R as Resource>::Access: Sync,
<R as Resource>::Layout: Sync,
<R as Resource>::Access: Sync,
<R as Resource>::Layout: Sync,
impl<R> Send for Barrier<R> where
<R as Resource>::Access: Send,
<R as Resource>::Layout: Send,
<R as Resource>::Access: Send,
<R as Resource>::Layout: Send,
impl<R> UnwindSafe for Barrier<R> where
<R as Resource>::Access: UnwindSafe,
<R as Resource>::Layout: UnwindSafe,
<R as Resource>::Access: UnwindSafe,
<R as Resource>::Layout: UnwindSafe,
impl<R> RefUnwindSafe for Barrier<R> where
<R as Resource>::Access: RefUnwindSafe,
<R as Resource>::Layout: RefUnwindSafe,
<R as Resource>::Access: RefUnwindSafe,
<R as Resource>::Layout: RefUnwindSafe,
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,