pub struct GetChipSelectCount;Trait Implementations§
Source§impl Method for GetChipSelectCount
impl Method for GetChipSelectCount
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§impl<___R> Respond<___R> for GetChipSelectCount
impl<___R> Respond<___R> for GetChipSelectCount
Source§impl TwoWayMethod for GetChipSelectCount
impl TwoWayMethod for GetChipSelectCount
Source§type Response = SpiImplGetChipSelectCountResponse
type Response = SpiImplGetChipSelectCountResponse
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetChipSelectCount
impl RefUnwindSafe for GetChipSelectCount
impl Send for GetChipSelectCount
impl Sync for GetChipSelectCount
impl Unpin for GetChipSelectCount
impl UnsafeUnpin for GetChipSelectCount
impl UnwindSafe for GetChipSelectCount
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]