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