#[repr(C)]pub struct _STORAGE_BUS_RESET_REQUEST {
pub PathId: BYTE,
}Fields§
§PathId: BYTETrait Implementations§
Source§impl Clone for _STORAGE_BUS_RESET_REQUEST
impl Clone for _STORAGE_BUS_RESET_REQUEST
Source§fn clone(&self) -> _STORAGE_BUS_RESET_REQUEST
fn clone(&self) -> _STORAGE_BUS_RESET_REQUEST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _STORAGE_BUS_RESET_REQUEST
impl Debug for _STORAGE_BUS_RESET_REQUEST
impl Copy for _STORAGE_BUS_RESET_REQUEST
Auto Trait Implementations§
impl Freeze for _STORAGE_BUS_RESET_REQUEST
impl RefUnwindSafe for _STORAGE_BUS_RESET_REQUEST
impl Send for _STORAGE_BUS_RESET_REQUEST
impl Sync for _STORAGE_BUS_RESET_REQUEST
impl Unpin for _STORAGE_BUS_RESET_REQUEST
impl UnwindSafe for _STORAGE_BUS_RESET_REQUEST
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