pub struct PTZPreset {
pub token: String,
pub name: String,
}Expand description
One PTZ preset returned by PTZService::get_presets(). Handler serializes to PTZPreset XML.
Fields§
§token: String§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PTZPreset
impl RefUnwindSafe for PTZPreset
impl Send for PTZPreset
impl Sync for PTZPreset
impl Unpin for PTZPreset
impl UnsafeUnpin for PTZPreset
impl UnwindSafe for PTZPreset
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