pub struct SubdeviceMbusCode {
pub code: MediaBusFmt,
pub flags: u32,
}
Fields§
§code: MediaBusFmt
§flags: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubdeviceMbusCode
impl RefUnwindSafe for SubdeviceMbusCode
impl Send for SubdeviceMbusCode
impl Sync for SubdeviceMbusCode
impl Unpin for SubdeviceMbusCode
impl UnwindSafe for SubdeviceMbusCode
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