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