#[repr(C)]pub struct UplinkHandle {
pub _handle: usize,
}Fields§
§_handle: usizeTrait Implementations§
Source§impl Clone for UplinkHandle
impl Clone for UplinkHandle
Source§fn clone(&self) -> UplinkHandle
fn clone(&self) -> UplinkHandle
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 Debug for UplinkHandle
impl Debug for UplinkHandle
impl Copy for UplinkHandle
Auto Trait Implementations§
impl Freeze for UplinkHandle
impl RefUnwindSafe for UplinkHandle
impl Send for UplinkHandle
impl Sync for UplinkHandle
impl Unpin for UplinkHandle
impl UnwindSafe for UplinkHandle
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