pub struct Sdo {}
Expand description
Service Data Object (SDO).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sdo
impl RefUnwindSafe for Sdo
impl Send for Sdo
impl Sync for Sdo
impl Unpin for Sdo
impl UnwindSafe for Sdo
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