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