#[repr(C)]pub struct TkIntPlatStubs {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for TkIntPlatStubs
impl Clone for TkIntPlatStubs
Source§fn clone(&self) -> TkIntPlatStubs
fn clone(&self) -> TkIntPlatStubs
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 TkIntPlatStubs
impl Debug for TkIntPlatStubs
impl Copy for TkIntPlatStubs
Auto Trait Implementations§
impl Freeze for TkIntPlatStubs
impl RefUnwindSafe for TkIntPlatStubs
impl Send for TkIntPlatStubs
impl Sync for TkIntPlatStubs
impl Unpin for TkIntPlatStubs
impl UnwindSafe for TkIntPlatStubs
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