pub struct CommandIngress {
pub barrier_state: BarrierState,
pub command_mode: CommandQueueMode,
}Expand description
Barrier-aware command ingress policy.
Fields§
§barrier_state: BarrierStateCurrent barrier state.
command_mode: CommandQueueModeCommand behavior configured for the active barrier.
Implementations§
Trait Implementations§
Source§impl Clone for CommandIngress
impl Clone for CommandIngress
Source§fn clone(&self) -> CommandIngress
fn clone(&self) -> CommandIngress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommandIngress
Source§impl Debug for CommandIngress
impl Debug for CommandIngress
impl Eq for CommandIngress
Source§impl PartialEq for CommandIngress
impl PartialEq for CommandIngress
impl StructuralPartialEq for CommandIngress
Auto Trait Implementations§
impl Freeze for CommandIngress
impl RefUnwindSafe for CommandIngress
impl Send for CommandIngress
impl Sync for CommandIngress
impl Unpin for CommandIngress
impl UnsafeUnpin for CommandIngress
impl UnwindSafe for CommandIngress
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