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