pub struct MPTZ {
pub pan: Option<i16>,
pub tilt: Option<i16>,
pub zoom: Option<u8>,
}Fields§
§pan: Option<i16>§tilt: Option<i16>§zoom: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MPTZ
impl RefUnwindSafe for MPTZ
impl Send for MPTZ
impl Sync for MPTZ
impl Unpin for MPTZ
impl UnwindSafe for MPTZ
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