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