#[repr(transparent)]pub struct DWM_SOURCE_FRAME_SAMPLING(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for DWM_SOURCE_FRAME_SAMPLING
impl Abi for DWM_SOURCE_FRAME_SAMPLING
Source§type Abi = DWM_SOURCE_FRAME_SAMPLING
type Abi = DWM_SOURCE_FRAME_SAMPLING
The abi representation of the implementing type. Read more
type DefaultType = DWM_SOURCE_FRAME_SAMPLING
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.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.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DWM_SOURCE_FRAME_SAMPLING
impl Clone for DWM_SOURCE_FRAME_SAMPLING
Source§fn clone(&self) -> DWM_SOURCE_FRAME_SAMPLING
fn clone(&self) -> DWM_SOURCE_FRAME_SAMPLING
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 DWM_SOURCE_FRAME_SAMPLING
impl Debug for DWM_SOURCE_FRAME_SAMPLING
Source§impl Default for DWM_SOURCE_FRAME_SAMPLING
impl Default for DWM_SOURCE_FRAME_SAMPLING
Source§fn default() -> DWM_SOURCE_FRAME_SAMPLING
fn default() -> DWM_SOURCE_FRAME_SAMPLING
Returns the “default value” for a type. Read more
Source§impl From<i32> for DWM_SOURCE_FRAME_SAMPLING
impl From<i32> for DWM_SOURCE_FRAME_SAMPLING
impl Copy for DWM_SOURCE_FRAME_SAMPLING
impl Eq for DWM_SOURCE_FRAME_SAMPLING
impl StructuralPartialEq for DWM_SOURCE_FRAME_SAMPLING
Auto Trait Implementations§
impl Freeze for DWM_SOURCE_FRAME_SAMPLING
impl RefUnwindSafe for DWM_SOURCE_FRAME_SAMPLING
impl Send for DWM_SOURCE_FRAME_SAMPLING
impl Sync for DWM_SOURCE_FRAME_SAMPLING
impl Unpin for DWM_SOURCE_FRAME_SAMPLING
impl UnwindSafe for DWM_SOURCE_FRAME_SAMPLING
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