Struct x11rb::protocol::xvmc::DestroySurfaceRequest [−][src]
pub struct DestroySurfaceRequest {
pub surface_id: Surface,
}
Fields
surface_id: Surface
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DestroySurfaceRequest
impl Send for DestroySurfaceRequest
impl Sync for DestroySurfaceRequest
impl Unpin for DestroySurfaceRequest
impl UnwindSafe for DestroySurfaceRequest
Blanket Implementations
Mutably borrows from an owned value. Read more