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