Struct DRT_DATA
#[repr(C)]pub struct DRT_DATA {
pub cb: u32,
pub pb: *mut u8,
}
Fields§
§cb: u32
§pb: *mut u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DRT_DATA
impl RefUnwindSafe for DRT_DATA
impl !Send for DRT_DATA
impl !Sync for DRT_DATA
impl Unpin for DRT_DATA
impl UnwindSafe for DRT_DATA
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