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