Struct x11rb_protocol::protocol::randr::CreateLeaseReply
source · pub struct CreateLeaseReply {
pub nfd: u8,
pub sequence: u16,
pub length: u32,
pub master_fd: RawFdContainer,
}
Fields§
§nfd: u8
§sequence: u16
§length: u32
§master_fd: RawFdContainer
Trait Implementations§
source§impl Debug for CreateLeaseReply
impl Debug for CreateLeaseReply
source§impl From<CreateLeaseReply> for Reply
impl From<CreateLeaseReply> for Reply
source§fn from(reply: CreateLeaseReply) -> Reply
fn from(reply: CreateLeaseReply) -> Reply
Converts to this type from the input type.
source§impl Serialize for CreateLeaseReply
impl Serialize for CreateLeaseReply
source§impl TryParseFd for CreateLeaseReply
impl TryParseFd for CreateLeaseReply
source§fn try_parse_fd<'a>(
initial_value: &'a [u8],
fds: &mut Vec<RawFdContainer>,
) -> Result<(Self, &'a [u8]), ParseError>
fn try_parse_fd<'a>( initial_value: &'a [u8], fds: &mut Vec<RawFdContainer>, ) -> Result<(Self, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
Auto Trait Implementations§
impl Freeze for CreateLeaseReply
impl RefUnwindSafe for CreateLeaseReply
impl Send for CreateLeaseReply
impl Sync for CreateLeaseReply
impl Unpin for CreateLeaseReply
impl UnwindSafe for CreateLeaseReply
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