pub enum GPCharac {
Command,
CommandResponse,
Settings,
SettingsResponse,
Query,
QueryResponse,
}
Expand description
Represents the different characteristics that the GoProControlAndQuery service has
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoProControlAndQueryCharacteristics
impl RefUnwindSafe for GoProControlAndQueryCharacteristics
impl Send for GoProControlAndQueryCharacteristics
impl Sync for GoProControlAndQueryCharacteristics
impl Unpin for GoProControlAndQueryCharacteristics
impl UnwindSafe for GoProControlAndQueryCharacteristics
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