Struct libgatekeeper_sys::ffi::Modulation
source · [−]#[repr(C)]pub struct Modulation {
pub nmt: ModulationType,
pub nbr: BaudRate,
}Fields
nmt: ModulationTypenbr: BaudRateAuto Trait Implementations
impl RefUnwindSafe for Modulation
impl Send for Modulation
impl Sync for Modulation
impl Unpin for Modulation
impl UnwindSafe for Modulation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more