#[repr(transparent)]pub struct P80stat(pub u32);Expand description
Port 80 Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for P80stat
impl Eq for P80stat
impl StructuralPartialEq for P80stat
Auto Trait Implementations§
impl Freeze for P80stat
impl RefUnwindSafe for P80stat
impl Send for P80stat
impl Sync for P80stat
impl Unpin for P80stat
impl UnwindSafe for P80stat
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