pub struct ChannelWindowAdjust {
pub num: u32,
pub adjust: u32,
}Fields§
§num: u32§adjust: u32Trait Implementations§
Source§impl Debug for ChannelWindowAdjust
impl Debug for ChannelWindowAdjust
Source§impl<'a> From<ChannelWindowAdjust> for Packet<'a>
impl<'a> From<ChannelWindowAdjust> for Packet<'a>
Source§fn from(s: ChannelWindowAdjust) -> Packet<'a>
fn from(s: ChannelWindowAdjust) -> Packet<'a>
Converts to this type from the input type.
Source§impl<'de> SSHDecode<'de> for ChannelWindowAdjust
impl<'de> SSHDecode<'de> for ChannelWindowAdjust
Auto Trait Implementations§
impl Freeze for ChannelWindowAdjust
impl RefUnwindSafe for ChannelWindowAdjust
impl Send for ChannelWindowAdjust
impl Sync for ChannelWindowAdjust
impl Unpin for ChannelWindowAdjust
impl UnwindSafe for ChannelWindowAdjust
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