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