#[repr(transparent)]pub struct VIEWSTATUS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl VIEWSTATUS
impl VIEWSTATUS
pub const VIEWSTATUS_OPAQUE: Self
pub const VIEWSTATUS_SOLIDBKGND: Self
pub const VIEWSTATUS_DVASPECTOPAQUE: Self
pub const VIEWSTATUS_DVASPECTTRANSPARENT: Self
pub const VIEWSTATUS_SURFACE: Self
pub const VIEWSTATUS_3DSURFACE: Self
Trait Implementations§
Source§impl Abi for VIEWSTATUS
impl Abi for VIEWSTATUS
Source§type Abi = VIEWSTATUS
type Abi = VIEWSTATUS
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for VIEWSTATUS
impl Clone for VIEWSTATUS
Source§fn clone(&self) -> VIEWSTATUS
fn clone(&self) -> VIEWSTATUS
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 VIEWSTATUS
impl Debug for VIEWSTATUS
Source§impl Default for VIEWSTATUS
impl Default for VIEWSTATUS
Source§fn default() -> VIEWSTATUS
fn default() -> VIEWSTATUS
Returns the “default value” for a type. Read more
Source§impl From<i32> for VIEWSTATUS
impl From<i32> for VIEWSTATUS
Source§impl PartialEq for VIEWSTATUS
impl PartialEq for VIEWSTATUS
impl Copy for VIEWSTATUS
impl Eq for VIEWSTATUS
impl StructuralPartialEq for VIEWSTATUS
Auto Trait Implementations§
impl Freeze for VIEWSTATUS
impl RefUnwindSafe for VIEWSTATUS
impl Send for VIEWSTATUS
impl Sync for VIEWSTATUS
impl Unpin for VIEWSTATUS
impl UnwindSafe for VIEWSTATUS
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