Struct rustc_ap_rustc_serialize::opaque::IntEncodedWithFixedSize [−][src]
Implementations
impl IntEncodedWithFixedSize
[src][−]
pub const ENCODED_SIZE: usize
[src]
Trait Implementations
impl<'a> Decodable<Decoder<'a>> for IntEncodedWithFixedSize
[src][+]
impl Encodable<Encoder> for IntEncodedWithFixedSize
[src][+]
impl Encodable<FileEncoder> for IntEncodedWithFixedSize
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for IntEncodedWithFixedSize
impl Send for IntEncodedWithFixedSize
impl Sync for IntEncodedWithFixedSize
impl Unpin for IntEncodedWithFixedSize
impl UnwindSafe for IntEncodedWithFixedSize
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,