pub struct GetMaxTransferSize;
Trait Implementations§
Source§impl Method for GetMaxTransferSize
impl Method for GetMaxTransferSize
Source§type Response = WireFlexibleResult<'static, WireDeviceGetMaxTransferSizeResponse, WireI32>
type Response = WireFlexibleResult<'static, WireDeviceGetMaxTransferSizeResponse, WireI32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetMaxTransferSize
impl RefUnwindSafe for GetMaxTransferSize
impl Send for GetMaxTransferSize
impl Sync for GetMaxTransferSize
impl Unpin for GetMaxTransferSize
impl UnwindSafe for GetMaxTransferSize
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