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
Available on non-crate feature extra-traits
only.
impl Debug for CreateLeaseReply
Available on non-crate feature
extra-traits
only.Source§impl From<CreateLeaseReply> for Reply
Available on crate feature randr
only.
impl From<CreateLeaseReply> for Reply
Available on crate feature
randr
only.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