pub struct BlockParamDecl {
pub name: String,
pub size_bytes: Option<usize>,
}Fields§
§name: String§size_bytes: Option<usize>Trait Implementations§
Source§impl Clone for BlockParamDecl
impl Clone for BlockParamDecl
Source§fn clone(&self) -> BlockParamDecl
fn clone(&self) -> BlockParamDecl
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 BlockParamDecl
impl RefUnwindSafe for BlockParamDecl
impl Send for BlockParamDecl
impl Sync for BlockParamDecl
impl Unpin for BlockParamDecl
impl UnsafeUnpin for BlockParamDecl
impl UnwindSafe for BlockParamDecl
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