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