pub struct Drone {Show 13 fields
pub action: ActionServiceClient<Channel>,
pub calibration: CalibrationServiceClient<Channel>,
pub camera: CameraServiceClient<Channel>,
pub core: CoreServiceClient<Channel>,
pub geofence: GeofenceServiceClient<Channel>,
pub gimbal: GimbalServiceClient<Channel>,
pub info: InfoServiceClient<Channel>,
pub mission: MissionServiceClient<Channel>,
pub mocap: MocapServiceClient<Channel>,
pub offboard: OffboardServiceClient<Channel>,
pub param: ParamServiceClient<Channel>,
pub shell: ShellServiceClient<Channel>,
pub telemetry: TelemetryServiceClient<Channel>,
}Fields§
§action: ActionServiceClient<Channel>§calibration: CalibrationServiceClient<Channel>§camera: CameraServiceClient<Channel>§core: CoreServiceClient<Channel>§geofence: GeofenceServiceClient<Channel>§gimbal: GimbalServiceClient<Channel>§info: InfoServiceClient<Channel>§mission: MissionServiceClient<Channel>§mocap: MocapServiceClient<Channel>§offboard: OffboardServiceClient<Channel>§param: ParamServiceClient<Channel>§shell: ShellServiceClient<Channel>§telemetry: TelemetryServiceClient<Channel>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Drone
impl !RefUnwindSafe for Drone
impl Send for Drone
impl Sync for Drone
impl Unpin for Drone
impl !UnwindSafe for Drone
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request