Struct pax_message::ScrollerPatch
source · [−]#[repr(C)]pub struct ScrollerPatch {
pub id_chain: Vec<u64>,
pub size_frame_x: Option<f64>,
pub size_frame_y: Option<f64>,
pub size_inner_pane_x: Option<f64>,
pub size_inner_pane_y: Option<f64>,
pub transform: Option<Vec<f64>>,
pub scroll_x: Option<bool>,
pub scroll_y: Option<bool>,
}Fields
id_chain: Vec<u64>size_frame_x: Option<f64>size_frame_y: Option<f64>size_inner_pane_x: Option<f64>size_inner_pane_y: Option<f64>transform: Option<Vec<f64>>scroll_x: Option<bool>scroll_y: Option<bool>Trait Implementations
sourceimpl Default for ScrollerPatch
impl Default for ScrollerPatch
sourcefn default() -> ScrollerPatch
fn default() -> ScrollerPatch
Returns the “default value” for a type. Read more
sourceimpl Serialize for ScrollerPatch
impl Serialize for ScrollerPatch
Auto Trait Implementations
impl RefUnwindSafe for ScrollerPatch
impl Send for ScrollerPatch
impl Sync for ScrollerPatch
impl Unpin for ScrollerPatch
impl UnwindSafe for ScrollerPatch
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