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