Struct rofi_plugin_sys::RofiImage
source · #[repr(C)]pub struct RofiImage {
pub image_type: RofiImageType,
pub url: *const c_char,
pub scaling: RofiScaleType,
pub wsize: c_int,
pub hsize: c_int,
pub dir: RofiDirection,
pub angle: f64,
pub colors: *const GList,
pub surface_id: u32,
}Fields§
§image_type: RofiImageType§url: *const c_char§scaling: RofiScaleType§wsize: c_int§hsize: c_int§dir: RofiDirection§angle: f64§colors: *const GListColors
surface_id: u32Cached image
Trait Implementations§
source§impl PartialEq<RofiImage> for RofiImage
impl PartialEq<RofiImage> for RofiImage
impl Copy for RofiImage
impl StructuralPartialEq for RofiImage
Auto Trait Implementations§
impl RefUnwindSafe for RofiImage
impl !Send for RofiImage
impl !Sync for RofiImage
impl Unpin for RofiImage
impl UnwindSafe for RofiImage
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