pub struct MPTZPreset {
pub preset_id: Option<u8>,
pub name: Option<String>,
pub settings: Option<MPTZ>,
}Fields§
§preset_id: Option<u8>§name: Option<String>§settings: Option<MPTZ>Trait Implementations§
Source§impl Debug for MPTZPreset
impl Debug for MPTZPreset
Auto Trait Implementations§
impl Freeze for MPTZPreset
impl RefUnwindSafe for MPTZPreset
impl Send for MPTZPreset
impl Sync for MPTZPreset
impl Unpin for MPTZPreset
impl UnwindSafe for MPTZPreset
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