#[repr(C)]pub struct UplinkPartResult {
pub part: *mut UplinkPart,
pub error: *mut UplinkError,
}Fields§
§part: *mut UplinkPart§error: *mut UplinkErrorTrait Implementations§
Source§impl Clone for UplinkPartResult
impl Clone for UplinkPartResult
Source§fn clone(&self) -> UplinkPartResult
fn clone(&self) -> UplinkPartResult
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 UplinkPartResult
impl Debug for UplinkPartResult
impl Copy for UplinkPartResult
Auto Trait Implementations§
impl Freeze for UplinkPartResult
impl RefUnwindSafe for UplinkPartResult
impl !Send for UplinkPartResult
impl !Sync for UplinkPartResult
impl Unpin for UplinkPartResult
impl UnwindSafe for UplinkPartResult
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