[−][src]Struct glutin::platform::unix::x11::ffi::XImage
Fields
width: i32
height: i32
xoffset: i32
format: i32
data: *mut i8
byte_order: i32
bitmap_unit: i32
bitmap_bit_order: i32
bitmap_pad: i32
depth: i32
bytes_per_line: i32
bits_per_pixel: i32
red_mask: u64
green_mask: u64
blue_mask: u64
obdata: *mut i8
funcs: ImageFns
Trait Implementations
impl Clone for XImage
[src]
impl Copy for XImage
[src]
impl Debug for XImage
[src]
impl PartialEq<XImage> for XImage
[src]
impl StructuralPartialEq for XImage
[src]
Auto Trait Implementations
impl RefUnwindSafe for XImage
impl !Send for XImage
impl !Sync for XImage
impl Unpin for XImage
impl UnwindSafe for XImage
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,