#[repr(C)]pub struct DTSpecialInfo {
pub si_Lock: SignalSemaphore,
pub si_Flags: ULONG,
pub si_TopVert: LONG,
pub si_VisVert: LONG,
pub si_TotVert: LONG,
pub si_OTopVert: LONG,
pub si_VertUnit: LONG,
pub si_TopHoriz: LONG,
pub si_VisHoriz: LONG,
pub si_TotHoriz: LONG,
pub si_OTopHoriz: LONG,
pub si_HorizUnit: LONG,
}Fields§
§si_Lock: SignalSemaphore§si_Flags: ULONG§si_TopVert: LONG§si_VisVert: LONG§si_TotVert: LONG§si_OTopVert: LONG§si_VertUnit: LONG§si_TopHoriz: LONG§si_VisHoriz: LONG§si_TotHoriz: LONG§si_OTopHoriz: LONG§si_HorizUnit: LONGTrait Implementations§
Source§impl Clone for DTSpecialInfo
impl Clone for DTSpecialInfo
Source§fn clone(&self) -> DTSpecialInfo
fn clone(&self) -> DTSpecialInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DTSpecialInfo
Auto Trait Implementations§
impl !Send for DTSpecialInfo
impl !Sync for DTSpecialInfo
impl Freeze for DTSpecialInfo
impl RefUnwindSafe for DTSpecialInfo
impl Unpin for DTSpecialInfo
impl UnsafeUnpin for DTSpecialInfo
impl UnwindSafe for DTSpecialInfo
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