Struct nannou::osc::Unconnected [] [src]

pub struct Unconnected;

Indicates that a Sender is not currently connected to a target address, and that the target address will have to be supplied manually when sending packets.

Trait Implementations

Auto Trait Implementations

impl Send for Unconnected

impl Sync for Unconnected