pub struct PrintDestroyContextRequest {
pub context: u32,
}
Fields§
§context: u32
Implementations§
Trait Implementations§
Source§impl Clone for PrintDestroyContextRequest
impl Clone for PrintDestroyContextRequest
Source§fn clone(&self) -> PrintDestroyContextRequest
fn clone(&self) -> PrintDestroyContextRequest
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 PrintDestroyContextRequest
impl Debug for PrintDestroyContextRequest
Source§impl Default for PrintDestroyContextRequest
impl Default for PrintDestroyContextRequest
Source§fn default() -> PrintDestroyContextRequest
fn default() -> PrintDestroyContextRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintDestroyContextRequest
impl Hash for PrintDestroyContextRequest
Source§impl Ord for PrintDestroyContextRequest
impl Ord for PrintDestroyContextRequest
Source§fn cmp(&self, other: &PrintDestroyContextRequest) -> Ordering
fn cmp(&self, other: &PrintDestroyContextRequest) -> 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 PartialOrd for PrintDestroyContextRequest
impl PartialOrd for PrintDestroyContextRequest
Source§impl Request for PrintDestroyContextRequest
impl Request for PrintDestroyContextRequest
impl Copy for PrintDestroyContextRequest
impl Eq for PrintDestroyContextRequest
impl StructuralPartialEq for PrintDestroyContextRequest
impl VoidRequest for PrintDestroyContextRequest
Auto Trait Implementations§
impl Freeze for PrintDestroyContextRequest
impl RefUnwindSafe for PrintDestroyContextRequest
impl Send for PrintDestroyContextRequest
impl Sync for PrintDestroyContextRequest
impl Unpin for PrintDestroyContextRequest
impl UnwindSafe for PrintDestroyContextRequest
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