Struct btfproto::msg::LookupReply
source · pub struct LookupReply {
pub inode: Inode,
pub generation: u64,
pub entry: Entry,
}
Expand description
A reply containing the Entry stored under a name in a directory.
Fields§
§inode: Inode
§generation: u64
§entry: Entry
Trait Implementations§
source§impl Debug for LookupReply
impl Debug for LookupReply
source§impl<'de> Deserialize<'de> for LookupReply
impl<'de> Deserialize<'de> for LookupReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LookupReply
impl Send for LookupReply
impl Sync for LookupReply
impl Unpin for LookupReply
impl UnwindSafe for LookupReply
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