pub struct ZigPackedStruct {
pub name: String,
pub fields: Vec<ZigPackedField>,
}Fields§
§name: String§fields: Vec<ZigPackedField>Implementations§
Trait Implementations§
Source§impl Clone for ZigPackedStruct
impl Clone for ZigPackedStruct
Source§fn clone(&self) -> ZigPackedStruct
fn clone(&self) -> ZigPackedStruct
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 moreAuto Trait Implementations§
impl Freeze for ZigPackedStruct
impl RefUnwindSafe for ZigPackedStruct
impl Send for ZigPackedStruct
impl Sync for ZigPackedStruct
impl Unpin for ZigPackedStruct
impl UnsafeUnpin for ZigPackedStruct
impl UnwindSafe for ZigPackedStruct
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