pub struct PTZStatusResult {
pub pan_tilt_moving: bool,
pub zoom_moving: bool,
}Expand description
Returned by PTZService::get_status(). Handler serializes to nested PTZMoveStatus XML.
Fields§
§pan_tilt_moving: bool§zoom_moving: boolTrait Implementations§
Source§impl Clone for PTZStatusResult
impl Clone for PTZStatusResult
Source§fn clone(&self) -> PTZStatusResult
fn clone(&self) -> PTZStatusResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PTZStatusResult
impl RefUnwindSafe for PTZStatusResult
impl Send for PTZStatusResult
impl Sync for PTZStatusResult
impl Unpin for PTZStatusResult
impl UnsafeUnpin for PTZStatusResult
impl UnwindSafe for PTZStatusResult
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