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