Struct windows_sys::Win32::System::AddressBook::DTBLPAGE
[−]#[repr(C)]pub struct DTBLPAGE {
pub ulbLpszLabel: u32,
pub ulFlags: u32,
pub ulbLpszComponent: u32,
pub ulContext: u32,
}
Expand description
Required features: "Win32_System_AddressBook"
Fields
ulbLpszLabel: u32
ulFlags: u32
ulbLpszComponent: u32
ulContext: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DTBLPAGE
impl Send for DTBLPAGE
impl Sync for DTBLPAGE
impl Unpin for DTBLPAGE
impl UnwindSafe for DTBLPAGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more