pub struct UpnpCommand {
pub upnp_setting_option: bool,
}
Fields§
§upnp_setting_option: bool
Trait Implementations§
Source§impl Default for UpnpCommand
impl Default for UpnpCommand
Source§fn default() -> UpnpCommand
fn default() -> UpnpCommand
Returns the “default value” for a type. Read more
Source§impl GoformCommand for UpnpCommand
impl GoformCommand for UpnpCommand
Auto Trait Implementations§
impl Freeze for UpnpCommand
impl RefUnwindSafe for UpnpCommand
impl Send for UpnpCommand
impl Sync for UpnpCommand
impl Unpin for UpnpCommand
impl UnwindSafe for UpnpCommand
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