pub struct SET_DHCP_STATE;Trait Implementations§
Source§impl Clone for SET_DHCP_STATE
impl Clone for SET_DHCP_STATE
Source§fn clone(&self) -> SET_DHCP_STATE
fn clone(&self) -> SET_DHCP_STATE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCommand for SET_DHCP_STATE
impl ControlCommand for SET_DHCP_STATE
const IDENTIFIER: ControlCommandIdentifier
type Input = bool
type Output = ()
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input, Error>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output, Error>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output), Error>
Source§impl Debug for SET_DHCP_STATE
impl Debug for SET_DHCP_STATE
impl Copy for SET_DHCP_STATE
Auto Trait Implementations§
impl Freeze for SET_DHCP_STATE
impl RefUnwindSafe for SET_DHCP_STATE
impl Send for SET_DHCP_STATE
impl Sync for SET_DHCP_STATE
impl Unpin for SET_DHCP_STATE
impl UnwindSafe for SET_DHCP_STATE
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