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