pub struct LeRemoveIsoDataPathBuilder {
pub connection_handle: u16,
pub remove_data_path_direction: RemoveDataPathDirection,
}Fields§
§connection_handle: u16§remove_data_path_direction: RemoveDataPathDirectionImplementations§
Source§impl LeRemoveIsoDataPathBuilder
impl LeRemoveIsoDataPathBuilder
pub fn build(self) -> LeRemoveIsoDataPath
Trait Implementations§
Source§impl Debug for LeRemoveIsoDataPathBuilder
impl Debug for LeRemoveIsoDataPathBuilder
Source§impl From<LeRemoveIsoDataPathBuilder> for Command
impl From<LeRemoveIsoDataPathBuilder> for Command
Source§fn from(builder: LeRemoveIsoDataPathBuilder) -> Command
fn from(builder: LeRemoveIsoDataPathBuilder) -> Command
Converts to this type from the input type.
Source§impl From<LeRemoveIsoDataPathBuilder> for LeRemoveIsoDataPath
impl From<LeRemoveIsoDataPathBuilder> for LeRemoveIsoDataPath
Source§fn from(builder: LeRemoveIsoDataPathBuilder) -> LeRemoveIsoDataPath
fn from(builder: LeRemoveIsoDataPathBuilder) -> LeRemoveIsoDataPath
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LeRemoveIsoDataPathBuilder
impl RefUnwindSafe for LeRemoveIsoDataPathBuilder
impl Send for LeRemoveIsoDataPathBuilder
impl Sync for LeRemoveIsoDataPathBuilder
impl Unpin for LeRemoveIsoDataPathBuilder
impl UnwindSafe for LeRemoveIsoDataPathBuilder
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more