pub struct Tattach {
pub fid: u32,
pub afid: u32,
pub uname: String,
pub aname: String,
pub n_uname: u32,
}Fields§
§fid: u32§afid: u32§uname: String§aname: String§n_uname: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tattach
impl RefUnwindSafe for Tattach
impl Send for Tattach
impl Sync for Tattach
impl Unpin for Tattach
impl UnwindSafe for Tattach
Blanket Implementations§
source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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