pub struct CarrierConfig {
pub frequency: Hertz,
pub duty_cycle: DutyPercent,
pub polarity_active_low: bool,
pub always_on: bool,
/* private fields */
}Fields§
§frequency: HertzCarrier wave frequency, in Hz, 0 means disabling the carrier.
duty_cycle: DutyPercentCarrier wave duty cycle (0~100%)
polarity_active_low: boolSpecify the polarity of carrier, by default it’s modulated to base signal’s high level
always_on: boolIf set, the carrier can always exist even there’s not transfer undergoing
Trait Implementations§
Source§impl Clone for CarrierConfig
impl Clone for CarrierConfig
Source§fn clone(&self) -> CarrierConfig
fn clone(&self) -> CarrierConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CarrierConfig
impl Debug for CarrierConfig
Auto Trait Implementations§
impl Freeze for CarrierConfig
impl RefUnwindSafe for CarrierConfig
impl Send for CarrierConfig
impl Sync for CarrierConfig
impl Unpin for CarrierConfig
impl UnsafeUnpin for CarrierConfig
impl UnwindSafe for CarrierConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)