#[repr(C)]pub struct BNLicenseAddon {
pub id: *mut c_char,
pub licenseSerial: *mut c_char,
pub product: *mut c_char,
pub createdTimestamp: u64,
pub expirationTimestamp: u64,
pub signature: *mut c_char,
}Fields§
§id: *mut c_char§licenseSerial: *mut c_char§product: *mut c_char§createdTimestamp: u64§expirationTimestamp: u64§signature: *mut c_charTrait Implementations§
Source§impl Clone for BNLicenseAddon
impl Clone for BNLicenseAddon
Source§fn clone(&self) -> BNLicenseAddon
fn clone(&self) -> BNLicenseAddon
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 BNLicenseAddon
impl Debug for BNLicenseAddon
Source§impl Default for BNLicenseAddon
impl Default for BNLicenseAddon
impl Copy for BNLicenseAddon
Auto Trait Implementations§
impl Freeze for BNLicenseAddon
impl RefUnwindSafe for BNLicenseAddon
impl !Send for BNLicenseAddon
impl !Sync for BNLicenseAddon
impl Unpin for BNLicenseAddon
impl UnwindSafe for BNLicenseAddon
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