pub struct GET_DNS_SERVER;Trait Implementations§
Source§impl Clone for GET_DNS_SERVER
impl Clone for GET_DNS_SERVER
Source§fn clone(&self) -> GET_DNS_SERVER
fn clone(&self) -> GET_DNS_SERVER
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 GET_DNS_SERVER
impl ControlCommand for GET_DNS_SERVER
const IDENTIFIER: ControlCommandIdentifier
type Input = usize
type Output = IpAddress
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 GET_DNS_SERVER
impl Debug for GET_DNS_SERVER
impl Copy for GET_DNS_SERVER
Auto Trait Implementations§
impl Freeze for GET_DNS_SERVER
impl RefUnwindSafe for GET_DNS_SERVER
impl Send for GET_DNS_SERVER
impl Sync for GET_DNS_SERVER
impl Unpin for GET_DNS_SERVER
impl UnwindSafe for GET_DNS_SERVER
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