#[repr(C)]pub enum PortResult {
Continue = 0,
Terminate = 1,
}Expand description
Port result enum
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortResult
impl RefUnwindSafe for PortResult
impl Send for PortResult
impl Sync for PortResult
impl Unpin for PortResult
impl UnwindSafe for PortResult
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