#[repr(transparent)]pub struct COREWEBVIEW2_PRINT_STATUS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for COREWEBVIEW2_PRINT_STATUS
impl Clone for COREWEBVIEW2_PRINT_STATUS
Source§fn clone(&self) -> COREWEBVIEW2_PRINT_STATUS
fn clone(&self) -> COREWEBVIEW2_PRINT_STATUS
Returns a copy 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 COREWEBVIEW2_PRINT_STATUS
impl Debug for COREWEBVIEW2_PRINT_STATUS
Source§impl Default for COREWEBVIEW2_PRINT_STATUS
impl Default for COREWEBVIEW2_PRINT_STATUS
Source§fn default() -> COREWEBVIEW2_PRINT_STATUS
fn default() -> COREWEBVIEW2_PRINT_STATUS
Returns the “default value” for a type. Read more
Source§impl InvokeArg<'_> for COREWEBVIEW2_PRINT_STATUS
impl InvokeArg<'_> for COREWEBVIEW2_PRINT_STATUS
impl Copy for COREWEBVIEW2_PRINT_STATUS
impl Eq for COREWEBVIEW2_PRINT_STATUS
impl StructuralPartialEq for COREWEBVIEW2_PRINT_STATUS
Auto Trait Implementations§
impl Freeze for COREWEBVIEW2_PRINT_STATUS
impl RefUnwindSafe for COREWEBVIEW2_PRINT_STATUS
impl Send for COREWEBVIEW2_PRINT_STATUS
impl Sync for COREWEBVIEW2_PRINT_STATUS
impl Unpin for COREWEBVIEW2_PRINT_STATUS
impl UnwindSafe for COREWEBVIEW2_PRINT_STATUS
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