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