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