Struct WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
#[repr(transparent)]pub struct WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Clone for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
§fn clone(&self) -> WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
fn clone(&self) -> WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
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 Default for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Default for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
§fn default() -> WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
fn default() -> WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
Returns the “default value” for a type. Read more
§impl PartialEq for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl PartialEq for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
§fn eq(&self, other: &WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL) -> bool
fn eq(&self, other: &WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Eq for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl StructuralPartialEq for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
Auto Trait Implementations§
impl Freeze for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl RefUnwindSafe for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Send for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Sync for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl Unpin for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
impl UnwindSafe for WDS_TRANSPORTCLIENT_REQUEST_AUTH_LEVEL
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