pub struct BinaryPV(/* private fields */);Expand description
BACnet binary present value (Clause 21).
Implementations§
Trait Implementations§
impl Copy for BinaryPV
impl Eq for BinaryPV
impl StructuralPartialEq for BinaryPV
Auto Trait Implementations§
impl Freeze for BinaryPV
impl RefUnwindSafe for BinaryPV
impl Send for BinaryPV
impl Sync for BinaryPV
impl Unpin for BinaryPV
impl UnsafeUnpin for BinaryPV
impl UnwindSafe for BinaryPV
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