Struct windows_native::ntrtl::RTLP_TAG_INFO
source ยท #[repr(C)]pub struct RTLP_TAG_INFO {
pub Id: GUID,
pub CurrentAllocatedBytes: usize,
}Fieldsยง
ยงId: GUIDยงCurrentAllocatedBytes: usizeTrait Implementationsยง
sourceยงimpl Debug for RTLP_TAG_INFO
impl Debug for RTLP_TAG_INFO
Auto Trait Implementationsยง
impl RefUnwindSafe for RTLP_TAG_INFO
impl Send for RTLP_TAG_INFO
impl Sync for RTLP_TAG_INFO
impl Unpin for RTLP_TAG_INFO
impl UnwindSafe for RTLP_TAG_INFO
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