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