pub struct Iscsi { /* private fields */ }
Expand description
Configure iSCSI session parameters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iscsi
impl RefUnwindSafe for Iscsi
impl Send for Iscsi
impl Sync for Iscsi
impl Unpin for Iscsi
impl UnwindSafe for Iscsi
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