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