Struct windows_sys::Win32::Storage::IscsiDisc::_ADAPTER_OBJECT
[−]#[repr(C)]pub struct _ADAPTER_OBJECT(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for _ADAPTER_OBJECT
impl Send for _ADAPTER_OBJECT
impl Sync for _ADAPTER_OBJECT
impl Unpin for _ADAPTER_OBJECT
impl UnwindSafe for _ADAPTER_OBJECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more