pub struct AdspInfo {
pub object_name: String,
}
Expand description
Contains information about an AppleTalk endpoint
Fields§
§object_name: String
The AppleTalk service object name. SHOULD be no more than 127 MBCS characters.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdspInfo
impl RefUnwindSafe for AdspInfo
impl Send for AdspInfo
impl Sync for AdspInfo
impl Unpin for AdspInfo
impl UnwindSafe for AdspInfo
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