pub struct ByteCheck {
pub ordinal: u8,
pub a: u64,
pub b: u64,
pub c: u64,
}Expand description
Represents a license key byte check that should be used during validation.
Fields§
§ordinal: u8§a: u64§b: u64§c: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteCheck
impl RefUnwindSafe for ByteCheck
impl Send for ByteCheck
impl Sync for ByteCheck
impl Unpin for ByteCheck
impl UnsafeUnpin for ByteCheck
impl UnwindSafe for ByteCheck
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