#[repr(i64)]pub enum ListenerDirection {
Unspecified = 0,
Inbound = 1,
Outbound = 2,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListenerDirection
impl RefUnwindSafe for ListenerDirection
impl Send for ListenerDirection
impl Sync for ListenerDirection
impl Unpin for ListenerDirection
impl UnwindSafe for ListenerDirection
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