#[repr(C)]pub struct mtmd_caps {
pub inp_vision: bool,
pub inp_audio: bool,
}Fields§
§inp_vision: bool§inp_audio: boolTrait Implementations§
impl Copy for mtmd_caps
impl StructuralPartialEq for mtmd_caps
Auto Trait Implementations§
impl Freeze for mtmd_caps
impl RefUnwindSafe for mtmd_caps
impl Send for mtmd_caps
impl Sync for mtmd_caps
impl Unpin for mtmd_caps
impl UnsafeUnpin for mtmd_caps
impl UnwindSafe for mtmd_caps
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