#[repr(C)]pub struct HTML_HorizontalScroll_t {
pub unBrowserHandle: HHTMLBrowser,
pub unScrollMax: uint32,
pub unScrollCurrent: uint32,
pub flPageScale: f32,
pub bVisible: bool,
pub unPageSize: uint32,
}Fields§
§unBrowserHandle: HHTMLBrowser§unScrollMax: uint32§unScrollCurrent: uint32§flPageScale: f32§bVisible: bool§unPageSize: uint32Trait Implementations§
Source§impl Clone for HTML_HorizontalScroll_t
impl Clone for HTML_HorizontalScroll_t
Source§fn clone(&self) -> HTML_HorizontalScroll_t
fn clone(&self) -> HTML_HorizontalScroll_t
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 moreSource§impl Debug for HTML_HorizontalScroll_t
impl Debug for HTML_HorizontalScroll_t
impl Copy for HTML_HorizontalScroll_t
Auto Trait Implementations§
impl Freeze for HTML_HorizontalScroll_t
impl RefUnwindSafe for HTML_HorizontalScroll_t
impl Send for HTML_HorizontalScroll_t
impl Sync for HTML_HorizontalScroll_t
impl Unpin for HTML_HorizontalScroll_t
impl UnsafeUnpin for HTML_HorizontalScroll_t
impl UnwindSafe for HTML_HorizontalScroll_t
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