pub struct EcomCatalogRelease(/* private fields */);Implementations§
Source§impl EcomCatalogRelease
impl EcomCatalogRelease
pub unsafe fn from_raw(ptr: *mut EOS_Ecom_CatalogRelease) -> Result<Self>
pub fn as_ptr(&self) -> *mut EOS_Ecom_CatalogRelease
pub fn into_raw(self) -> *mut EOS_Ecom_CatalogRelease
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EcomCatalogRelease
impl RefUnwindSafe for EcomCatalogRelease
impl !Send for EcomCatalogRelease
impl !Sync for EcomCatalogRelease
impl Unpin for EcomCatalogRelease
impl UnsafeUnpin for EcomCatalogRelease
impl UnwindSafe for EcomCatalogRelease
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