Struct windows_native::ntexapi::TIMELINE_BITMAP
source ยท #[repr(C)]pub struct TIMELINE_BITMAP {
pub Value: UnionField<u64>,
pub Anonymous1: UnionField<TIMELINE_BITMAP_1>,
pub union_field: u64,
}Fieldsยง
ยงValue: UnionField<u64>ยงAnonymous1: UnionField<TIMELINE_BITMAP_1>ยงunion_field: u64Trait Implementationsยง
sourceยงimpl Debug for TIMELINE_BITMAP
impl Debug for TIMELINE_BITMAP
Auto Trait Implementationsยง
impl RefUnwindSafe for TIMELINE_BITMAP
impl Send for TIMELINE_BITMAP
impl Sync for TIMELINE_BITMAP
impl Unpin for TIMELINE_BITMAP
impl UnwindSafe for TIMELINE_BITMAP
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