Struct DTBLPAGE
#[repr(C)]pub struct DTBLPAGE {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
pub ulbLpszComponent: u32,
pub ulContext: u32,
}
Fields§
§ulbLpszLabel: u32
§ulFlags: u32
§ulbLpszComponent: u32
§ulContext: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DTBLPAGE
impl RefUnwindSafe for DTBLPAGE
impl Send for DTBLPAGE
impl Sync for DTBLPAGE
impl Unpin for DTBLPAGE
impl UnwindSafe for DTBLPAGE
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