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