pub struct BarrierToken;Trait Implementations§
Source§impl Clone for BarrierToken
impl Clone for BarrierToken
Source§fn clone(&self) -> BarrierToken
fn clone(&self) -> BarrierToken
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 CubeType for BarrierToken
impl CubeType for BarrierToken
type ExpandType = ExpandElementTyped<BarrierToken>
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Source§impl ExpandElementIntoMut for BarrierToken
impl ExpandElementIntoMut for BarrierToken
fn elem_into_mut(_scope: &mut Scope, elem: ExpandElement) -> ExpandElement
Source§impl PartialEq for BarrierToken
impl PartialEq for BarrierToken
impl Copy for BarrierToken
impl StructuralPartialEq for BarrierToken
Auto Trait Implementations§
impl Freeze for BarrierToken
impl RefUnwindSafe for BarrierToken
impl Send for BarrierToken
impl Sync for BarrierToken
impl Unpin for BarrierToken
impl UnwindSafe for BarrierToken
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