Struct NETWORK_INSTALL_TIME
#[repr(transparent)]pub struct NETWORK_INSTALL_TIME(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for NETWORK_INSTALL_TIME
impl Clone for NETWORK_INSTALL_TIME
§fn clone(&self) -> NETWORK_INSTALL_TIME
fn clone(&self) -> NETWORK_INSTALL_TIME
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 more§impl Debug for NETWORK_INSTALL_TIME
impl Debug for NETWORK_INSTALL_TIME
§impl Default for NETWORK_INSTALL_TIME
impl Default for NETWORK_INSTALL_TIME
§fn default() -> NETWORK_INSTALL_TIME
fn default() -> NETWORK_INSTALL_TIME
Returns the “default value” for a type. Read more
§impl PartialEq for NETWORK_INSTALL_TIME
impl PartialEq for NETWORK_INSTALL_TIME
impl Copy for NETWORK_INSTALL_TIME
impl Eq for NETWORK_INSTALL_TIME
impl StructuralPartialEq for NETWORK_INSTALL_TIME
Auto Trait Implementations§
impl Freeze for NETWORK_INSTALL_TIME
impl RefUnwindSafe for NETWORK_INSTALL_TIME
impl Send for NETWORK_INSTALL_TIME
impl Sync for NETWORK_INSTALL_TIME
impl Unpin for NETWORK_INSTALL_TIME
impl UnwindSafe for NETWORK_INSTALL_TIME
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