Struct xcb::shm::CompletionEvent
source · pub struct CompletionEvent { /* private fields */ }
Expand description
The CompletionEvent
event.
Implementations§
source§impl CompletionEvent
impl CompletionEvent
pub fn new( event_base: u8, drawable: Drawable, minor_event: u16, major_event: u8, shmseg: Seg, offset: u32, ) -> CompletionEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn minor_event(&self) -> u16
pub fn major_event(&self) -> u8
pub fn shmseg(&self) -> Seg
pub fn offset(&self) -> u32
Trait Implementations§
source§impl BaseEvent for CompletionEvent
impl BaseEvent for CompletionEvent
source§impl Debug for CompletionEvent
impl Debug for CompletionEvent
source§impl Drop for CompletionEvent
impl Drop for CompletionEvent
source§impl Raw<xcb_generic_event_t> for CompletionEvent
impl Raw<xcb_generic_event_t> for CompletionEvent
impl Send for CompletionEvent
impl Sync for CompletionEvent
Auto Trait Implementations§
impl Freeze for CompletionEvent
impl RefUnwindSafe for CompletionEvent
impl Unpin for CompletionEvent
impl UnwindSafe for CompletionEvent
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