pub struct NativeLayoutBinding {
pub abi: String,
}Expand description
Native layout binding metadata for type C declarations.
Fields§
§abi: StringABI name (currently "C").
Trait Implementations§
Source§impl Clone for NativeLayoutBinding
impl Clone for NativeLayoutBinding
Source§fn clone(&self) -> NativeLayoutBinding
fn clone(&self) -> NativeLayoutBinding
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 Debug for NativeLayoutBinding
impl Debug for NativeLayoutBinding
Source§impl<'de> Deserialize<'de> for NativeLayoutBinding
impl<'de> Deserialize<'de> for NativeLayoutBinding
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 NativeLayoutBinding
impl PartialEq for NativeLayoutBinding
Source§impl Serialize for NativeLayoutBinding
impl Serialize for NativeLayoutBinding
impl StructuralPartialEq for NativeLayoutBinding
Auto Trait Implementations§
impl Freeze for NativeLayoutBinding
impl RefUnwindSafe for NativeLayoutBinding
impl Send for NativeLayoutBinding
impl Sync for NativeLayoutBinding
impl Unpin for NativeLayoutBinding
impl UnsafeUnpin for NativeLayoutBinding
impl UnwindSafe for NativeLayoutBinding
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