Struct REPL_INFO_1002
#[repr(C)]pub struct REPL_INFO_1002 {
pub rp1002_guardtime: u32,
}
Fields§
§rp1002_guardtime: u32
Trait Implementations§
§impl Clone for REPL_INFO_1002
impl Clone for REPL_INFO_1002
§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 moreimpl 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