pub struct DescriptorGetTensorInfoARMBuilder { /* private fields */ }Expand description
A builder for a DescriptorGetTensorInfoARM.
Implementations§
Source§impl DescriptorGetTensorInfoARMBuilder
impl DescriptorGetTensorInfoARMBuilder
pub fn tensor_view(self, tensor_view: TensorViewARM) -> Self
pub fn build(self) -> DescriptorGetTensorInfoARM
Trait Implementations§
Source§impl Cast for DescriptorGetTensorInfoARMBuilder
impl Cast for DescriptorGetTensorInfoARMBuilder
Source§type Target = DescriptorGetTensorInfoARM
type Target = DescriptorGetTensorInfoARM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for DescriptorGetTensorInfoARMBuilder
impl Clone for DescriptorGetTensorInfoARMBuilder
Source§fn clone(&self) -> DescriptorGetTensorInfoARMBuilder
fn clone(&self) -> DescriptorGetTensorInfoARMBuilder
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 Default for DescriptorGetTensorInfoARMBuilder
impl Default for DescriptorGetTensorInfoARMBuilder
Source§fn default() -> DescriptorGetTensorInfoARMBuilder
fn default() -> DescriptorGetTensorInfoARMBuilder
Returns the “default value” for a type. Read more
impl Copy for DescriptorGetTensorInfoARMBuilder
Auto Trait Implementations§
impl Freeze for DescriptorGetTensorInfoARMBuilder
impl RefUnwindSafe for DescriptorGetTensorInfoARMBuilder
impl Send for DescriptorGetTensorInfoARMBuilder
impl Sync for DescriptorGetTensorInfoARMBuilder
impl Unpin for DescriptorGetTensorInfoARMBuilder
impl UnwindSafe for DescriptorGetTensorInfoARMBuilder
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