pub struct KernargField {
pub name: String,
pub offset: u32,
pub size: u32,
pub kind: String,
}Fields§
§name: String§offset: u32§size: u32§kind: StringTrait Implementations§
Source§impl Clone for KernargField
impl Clone for KernargField
Source§fn clone(&self) -> KernargField
fn clone(&self) -> KernargField
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 moreSource§impl Debug for KernargField
impl Debug for KernargField
Source§impl<'de> Deserialize<'de> for KernargField
impl<'de> Deserialize<'de> for KernargField
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for KernargField
impl PartialEq for KernargField
Source§impl Serialize for KernargField
impl Serialize for KernargField
impl StructuralPartialEq for KernargField
Auto Trait Implementations§
impl Freeze for KernargField
impl RefUnwindSafe for KernargField
impl Send for KernargField
impl Sync for KernargField
impl Unpin for KernargField
impl UnsafeUnpin for KernargField
impl UnwindSafe for KernargField
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