pub struct InlineReservePlan {
pub origin_y: u16,
pub scroll_up: u16,
}Fields§
§origin_y: u16§scroll_up: u16Trait Implementations§
Source§impl Clone for InlineReservePlan
impl Clone for InlineReservePlan
Source§fn clone(&self) -> InlineReservePlan
fn clone(&self) -> InlineReservePlan
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 InlineReservePlan
impl Debug for InlineReservePlan
Source§impl PartialEq for InlineReservePlan
impl PartialEq for InlineReservePlan
impl Copy for InlineReservePlan
impl Eq for InlineReservePlan
impl StructuralPartialEq for InlineReservePlan
Auto Trait Implementations§
impl Freeze for InlineReservePlan
impl RefUnwindSafe for InlineReservePlan
impl Send for InlineReservePlan
impl Sync for InlineReservePlan
impl Unpin for InlineReservePlan
impl UnsafeUnpin for InlineReservePlan
impl UnwindSafe for InlineReservePlan
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