pub struct PrintStartPageRequest {
pub window: u32,
}Fields§
§window: u32Implementations§
Trait Implementations§
Source§impl Clone for PrintStartPageRequest
impl Clone for PrintStartPageRequest
Source§fn clone(&self) -> PrintStartPageRequest
fn clone(&self) -> PrintStartPageRequest
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 PrintStartPageRequest
impl Debug for PrintStartPageRequest
Source§impl Default for PrintStartPageRequest
impl Default for PrintStartPageRequest
Source§fn default() -> PrintStartPageRequest
fn default() -> PrintStartPageRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintStartPageRequest
impl Hash for PrintStartPageRequest
Source§impl Ord for PrintStartPageRequest
impl Ord for PrintStartPageRequest
Source§fn cmp(&self, other: &PrintStartPageRequest) -> Ordering
fn cmp(&self, other: &PrintStartPageRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrintStartPageRequest
impl PartialEq for PrintStartPageRequest
Source§impl PartialOrd for PrintStartPageRequest
impl PartialOrd for PrintStartPageRequest
Source§impl Request for PrintStartPageRequest
impl Request for PrintStartPageRequest
impl Copy for PrintStartPageRequest
impl Eq for PrintStartPageRequest
impl StructuralPartialEq for PrintStartPageRequest
impl VoidRequest for PrintStartPageRequest
Auto Trait Implementations§
impl Freeze for PrintStartPageRequest
impl RefUnwindSafe for PrintStartPageRequest
impl Send for PrintStartPageRequest
impl Sync for PrintStartPageRequest
impl Unpin for PrintStartPageRequest
impl UnwindSafe for PrintStartPageRequest
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