#[repr(C)]pub struct DataLinkApi {
pub get: RawDataGetResource,
pub share: RawDataShareResource,
}Fields§
§get: RawDataGetResourceReturns a pointer to the requested resource of null if it does not exist.
Allocates a shared resource of the given size and returns a pointer to it for writing.
Trait Implementations§
Source§impl Clone for DataLinkApi
impl Clone for DataLinkApi
Source§fn clone(&self) -> DataLinkApi
fn clone(&self) -> DataLinkApi
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 moreAuto Trait Implementations§
impl Freeze for DataLinkApi
impl RefUnwindSafe for DataLinkApi
impl Send for DataLinkApi
impl Sync for DataLinkApi
impl Unpin for DataLinkApi
impl UnwindSafe for DataLinkApi
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