Struct diskarbitration_sys::session::__DASession
source · #[repr(C)]pub struct __DASession(_);Auto Trait Implementations§
impl RefUnwindSafe for __DASession
impl Send for __DASession
impl Sync for __DASession
impl Unpin for __DASession
impl UnwindSafe for __DASession
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