pub struct EndpointList {
pub endpoint_list_id: Option<u16>,
pub name: Option<String>,
pub type_: Option<u8>,
pub endpoints: Option<Vec<u16>>,
}Fields§
§endpoint_list_id: Option<u16>§name: Option<String>§type_: Option<u8>§endpoints: Option<Vec<u16>>Trait Implementations§
Source§impl Debug for EndpointList
impl Debug for EndpointList
Auto Trait Implementations§
impl Freeze for EndpointList
impl RefUnwindSafe for EndpointList
impl Send for EndpointList
impl Sync for EndpointList
impl Unpin for EndpointList
impl UnwindSafe for EndpointList
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