pub struct PulseFrameSpec {
pub retain: u32,
pub range: Range,
pub label: Label,
}
Fields§
§retain: u32
Retain interval in seconds.
range: Range
§label: Label
Trait Implementations§
Source§impl Clone for PulseFrameSpec
impl Clone for PulseFrameSpec
Source§fn clone(&self) -> PulseFrameSpec
fn clone(&self) -> PulseFrameSpec
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 PulseFrameSpec
impl Debug for PulseFrameSpec
Source§impl Default for PulseFrameSpec
impl Default for PulseFrameSpec
Source§impl<'de> Deserialize<'de> for PulseFrameSpec
impl<'de> Deserialize<'de> for PulseFrameSpec
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FrameFlowSpec for PulseFrameSpec
impl FrameFlowSpec for PulseFrameSpec
Auto Trait Implementations§
impl Freeze for PulseFrameSpec
impl RefUnwindSafe for PulseFrameSpec
impl Send for PulseFrameSpec
impl Sync for PulseFrameSpec
impl Unpin for PulseFrameSpec
impl UnwindSafe for PulseFrameSpec
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