[−][src]Struct x11rb::protocol::shape::GetRectanglesRequest
Fields
window: Windowsource_kind: SKImplementations
impl GetRectanglesRequest[src]
pub fn try_parse_request(
header: RequestHeader,
value: &[u8]
) -> Result<Self, ParseError>[src]
header: RequestHeader,
value: &[u8]
) -> Result<Self, ParseError>
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
impl Clone for GetRectanglesRequest[src]
fn clone(&self) -> GetRectanglesRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GetRectanglesRequest[src]
impl Debug for GetRectanglesRequest[src]
impl Eq for GetRectanglesRequest[src]
impl PartialEq<GetRectanglesRequest> for GetRectanglesRequest[src]
fn eq(&self, other: &GetRectanglesRequest) -> bool[src]
fn ne(&self, other: &GetRectanglesRequest) -> bool[src]
impl Request for GetRectanglesRequest[src]
type Reply = GetRectanglesReply
fn parse_reply<'a>(
bytes: &'a [u8],
fds: &mut Vec<RawFdContainer>
) -> Result<(Reply, &'a [u8]), ParseError>[src]
bytes: &'a [u8],
fds: &mut Vec<RawFdContainer>
) -> Result<(Reply, &'a [u8]), ParseError>
impl StructuralEq for GetRectanglesRequest[src]
impl StructuralPartialEq for GetRectanglesRequest[src]
Auto Trait Implementations
impl RefUnwindSafe for GetRectanglesRequest
impl Send for GetRectanglesRequest
impl Sync for GetRectanglesRequest
impl Unpin for GetRectanglesRequest
impl UnwindSafe for GetRectanglesRequest
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>,