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