pub struct BindDecodeInputsStage {
pub num_layers: usize,
pub use_custom_mask: bool,
}Fields§
§num_layers: usize§use_custom_mask: boolImplementations§
Trait Implementations§
Source§impl Clone for BindDecodeInputsStage
impl Clone for BindDecodeInputsStage
Source§fn clone(&self) -> BindDecodeInputsStage
fn clone(&self) -> BindDecodeInputsStage
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 moreAuto Trait Implementations§
impl Freeze for BindDecodeInputsStage
impl RefUnwindSafe for BindDecodeInputsStage
impl Send for BindDecodeInputsStage
impl Sync for BindDecodeInputsStage
impl Unpin for BindDecodeInputsStage
impl UnsafeUnpin for BindDecodeInputsStage
impl UnwindSafe for BindDecodeInputsStage
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