Struct gdk_x11_sys::xlib::Visual [−]
#[repr(C)]pub struct Visual { pub ext_data: *mut XExtData, pub visualid: u64, pub class: i32, pub red_mask: u64, pub green_mask: u64, pub blue_mask: u64, pub bits_per_rgb: i32, pub map_entries: i32, }
Fields
ext_data: *mut XExtDatavisualid: u64class: i32red_mask: u64green_mask: u64blue_mask: u64bits_per_rgb: i32map_entries: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Visualimpl UnwindSafe for VisualBlanket Implementations
Mutably borrows from an owned value. Read more