pub struct BACnetPrescale {
pub multiplier: u32,
pub modulo_divide: u32,
}Expand description
BACnet Prescale: SEQUENCE { multiplier Unsigned, modulo-divide Unsigned }.
Fields§
§multiplier: u32§modulo_divide: u32Trait Implementations§
Source§impl Clone for BACnetPrescale
impl Clone for BACnetPrescale
Source§fn clone(&self) -> BACnetPrescale
fn clone(&self) -> BACnetPrescale
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 BACnetPrescale
impl Debug for BACnetPrescale
Source§impl PartialEq for BACnetPrescale
impl PartialEq for BACnetPrescale
impl Eq for BACnetPrescale
impl StructuralPartialEq for BACnetPrescale
Auto Trait Implementations§
impl Freeze for BACnetPrescale
impl RefUnwindSafe for BACnetPrescale
impl Send for BACnetPrescale
impl Sync for BACnetPrescale
impl Unpin for BACnetPrescale
impl UnsafeUnpin for BACnetPrescale
impl UnwindSafe for BACnetPrescale
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