Struct libgatekeeper_sys::ffi::Modulation
source · #[repr(C)]pub struct Modulation {
pub nmt: ModulationType,
pub nbr: BaudRate,
}Fields§
§nmt: ModulationType§nbr: 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§
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