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