Struct gtk4_sys::GtkCssLocation
source · #[repr(C)]pub struct GtkCssLocation {
pub bytes: size_t,
pub chars: size_t,
pub lines: size_t,
pub line_bytes: size_t,
pub line_chars: size_t,
}
Fields§
§bytes: size_t
§chars: size_t
§lines: size_t
§line_bytes: size_t
§line_chars: size_t
Trait Implementations§
source§impl Clone for GtkCssLocation
impl Clone for GtkCssLocation
source§fn clone(&self) -> GtkCssLocation
fn clone(&self) -> GtkCssLocation
Returns a copy 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 more