Struct vls_protocol::msgs::MemleakReply
source · pub struct MemleakReply {
pub result: bool,
}
Expand description
Fields§
§result: bool
Trait Implementations§
source§impl BigEndianEncodable for MemleakReply
impl BigEndianEncodable for MemleakReply
source§impl DeBolt for MemleakReply
impl DeBolt for MemleakReply
source§impl Debug for MemleakReply
impl Debug for MemleakReply
source§impl Decodable for MemleakReply
impl Decodable for MemleakReply
source§impl Encodable for MemleakReply
impl Encodable for MemleakReply
Auto Trait Implementations§
impl RefUnwindSafe for MemleakReply
impl Send for MemleakReply
impl Sync for MemleakReply
impl Unpin for MemleakReply
impl UnwindSafe for MemleakReply
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