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