pub struct AccessUserType(/* private fields */);Expand description
BACnet access user type (Clause 12.35).
Implementations§
Trait Implementations§
Source§impl Clone for AccessUserType
impl Clone for AccessUserType
Source§fn clone(&self) -> AccessUserType
fn clone(&self) -> AccessUserType
Returns a duplicate 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 moreSource§impl Debug for AccessUserType
impl Debug for AccessUserType
Source§impl Display for AccessUserType
impl Display for AccessUserType
Source§impl Hash for AccessUserType
impl Hash for AccessUserType
Source§impl PartialEq for AccessUserType
impl PartialEq for AccessUserType
impl Copy for AccessUserType
impl Eq for AccessUserType
impl StructuralPartialEq for AccessUserType
Auto Trait Implementations§
impl Freeze for AccessUserType
impl RefUnwindSafe for AccessUserType
impl Send for AccessUserType
impl Sync for AccessUserType
impl Unpin for AccessUserType
impl UnsafeUnpin for AccessUserType
impl UnwindSafe for AccessUserType
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