pub struct SetEndpointId {
pub eid: Eid,
pub force: bool,
pub reset: bool,
}
Fields§
§eid: Eid
§force: bool
§reset: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetEndpointId
impl RefUnwindSafe for SetEndpointId
impl Send for SetEndpointId
impl Sync for SetEndpointId
impl Unpin for SetEndpointId
impl UnwindSafe for SetEndpointId
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