Struct stm32_eth::TxDescriptor
source · [−]#[repr(C)]pub struct TxDescriptor { /* private fields */ }
Implementations
sourceimpl TxDescriptor
impl TxDescriptor
Trait Implementations
sourceimpl Clone for TxDescriptor
impl Clone for TxDescriptor
sourcefn clone(&self) -> TxDescriptor
fn clone(&self) -> TxDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for TxDescriptor
impl Send for TxDescriptor
impl Sync for TxDescriptor
impl Unpin for TxDescriptor
impl UnwindSafe for TxDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more