pub type CString = CString;Aliased Type§
pub struct CString { /* private fields */ }Trait Implementations§
Source§impl ExternInput<AutomationTypeSystem> for CString
impl ExternInput<AutomationTypeSystem> for CString
Source§impl ExternInput<RawTypeSystem> for CString
impl ExternInput<RawTypeSystem> for CString
Source§impl ExternOutput<AutomationTypeSystem> for CString
impl ExternOutput<AutomationTypeSystem> for CString
fn into_foreign_output(self) -> ComResult<Self::ForeignType>
Source§unsafe fn from_foreign_output(source: Self::ForeignType) -> ComResult<Self>
unsafe fn from_foreign_output(source: Self::ForeignType) -> ComResult<Self>
Safety Read more
Source§unsafe fn drop_foreign_output(source: Self::ForeignType)
unsafe fn drop_foreign_output(source: Self::ForeignType)
Safety Read more
Source§impl ExternOutput<RawTypeSystem> for CString
impl ExternOutput<RawTypeSystem> for CString
fn into_foreign_output(self) -> ComResult<Self::ForeignType>
Source§unsafe fn from_foreign_output(source: Self::ForeignType) -> ComResult<Self>
unsafe fn from_foreign_output(source: Self::ForeignType) -> ComResult<Self>
Safety Read more
Source§unsafe fn drop_foreign_output(source: Self::ForeignType)
unsafe fn drop_foreign_output(source: Self::ForeignType)
Safety Read more