Struct pilka_winit::winit::platform::unix::x11::ffi::XConfigureRequestEvent[]

#[repr(C)]
pub struct XConfigureRequestEvent {
Show 14 fields pub type_: i32, pub serial: u64, pub send_event: i32, pub display: *mut _XDisplay, pub parent: u64, pub window: u64, pub x: i32, pub y: i32, pub width: i32, pub height: i32, pub border_width: i32, pub above: u64, pub detail: i32, pub value_mask: u64,
}

Fields

type_: i32serial: u64send_event: i32display: *mut _XDisplayparent: u64window: u64x: i32y: i32width: i32height: i32border_width: i32above: u64detail: i32value_mask: u64

Trait Implementations

Performs the conversion.

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.