#[repr(C, packed(1))]pub struct VMProtectDate {
pub w_year: u16,
pub b_month: u8,
pub b_day: u8,
}Fields§
§w_year: u16§b_month: u8§b_day: u8Trait Implementations§
Source§impl Clone for VMProtectDate
impl Clone for VMProtectDate
Source§fn clone(&self) -> VMProtectDate
fn clone(&self) -> VMProtectDate
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 Default for VMProtectDate
impl Default for VMProtectDate
Source§fn default() -> VMProtectDate
fn default() -> VMProtectDate
Returns the “default value” for a type. Read more
impl Copy for VMProtectDate
Auto Trait Implementations§
impl Freeze for VMProtectDate
impl RefUnwindSafe for VMProtectDate
impl Send for VMProtectDate
impl Sync for VMProtectDate
impl Unpin for VMProtectDate
impl UnwindSafe for VMProtectDate
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