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