Struct CreateLeaseReply
pub struct CreateLeaseReply {
pub nfd: u8,
pub sequence: u16,
pub length: u32,
pub master_fd: OwnedFd,
}
Fields§
§nfd: u8
§sequence: u16
§length: u32
§master_fd: OwnedFd
Trait Implementations§
§impl Debug for CreateLeaseReply
impl Debug for CreateLeaseReply
§impl From<CreateLeaseReply> for Reply
impl From<CreateLeaseReply> for Reply
§fn from(reply: CreateLeaseReply) -> Reply
fn from(reply: CreateLeaseReply) -> Reply
Converts to this type from the input type.
§impl Serialize for CreateLeaseReply
impl Serialize for CreateLeaseReply
§impl TryParseFd for CreateLeaseReply
impl TryParseFd for CreateLeaseReply
§fn try_parse_fd<'a>(
initial_value: &'a [u8],
fds: &mut Vec<OwnedFd>,
) -> Result<(CreateLeaseReply, &'a [u8]), ParseError>
fn try_parse_fd<'a>( initial_value: &'a [u8], fds: &mut Vec<OwnedFd>, ) -> Result<(CreateLeaseReply, &'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