pub struct PortInputFormatSetupSingleParams {
pub port_id: u8,
pub mode_id: u8,
pub delta: u32,
pub enable_notifications: bool,
}Fields§
§port_id: u8§mode_id: u8§delta: u32§enable_notifications: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PortInputFormatSetupSingleParams
impl RefUnwindSafe for PortInputFormatSetupSingleParams
impl Send for PortInputFormatSetupSingleParams
impl Sync for PortInputFormatSetupSingleParams
impl Unpin for PortInputFormatSetupSingleParams
impl UnwindSafe for PortInputFormatSetupSingleParams
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