#[repr(C)]pub struct RTL_BITMAP_RUN {
pub StartingIndex: ULONG,
pub NumberOfBits: ULONG,
}Fields§
§StartingIndex: ULONG§NumberOfBits: ULONGTrait Implementations§
Source§impl Clone for RTL_BITMAP_RUN
impl Clone for RTL_BITMAP_RUN
Source§fn clone(&self) -> RTL_BITMAP_RUN
fn clone(&self) -> RTL_BITMAP_RUN
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RTL_BITMAP_RUN
Auto Trait Implementations§
impl Freeze for RTL_BITMAP_RUN
impl RefUnwindSafe for RTL_BITMAP_RUN
impl Send for RTL_BITMAP_RUN
impl Sync for RTL_BITMAP_RUN
impl Unpin for RTL_BITMAP_RUN
impl UnwindSafe for RTL_BITMAP_RUN
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