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