Lines Matching defs:Get
88 /// * Type that implements the `Get` trait for the type from the previous item (`GetBool` for
97 let mut getter: $getter = Get::uninit();
141 /// * `$getter:ty`: `Get` implementation; optional; only for `GetOnly` and `Both`.
461 /// Get and clear the pending socket error.
491 /// Get the credentials of the peer process of a connected unix domain
1066 trait Get<T> {
1097 impl<T> Get<T> for GetStruct<T> {
1148 impl Get<bool> for GetBool {
1201 impl Get<u8> for GetU8 {
1252 impl Get<usize> for GetUsize {
1303 impl<T: AsMut<[u8]>> Get<OsString> for GetOsString<T> {