Struct memory_units::Bytes [−][src]
Memory size specified in bytes.
Trait Implementations
impl<T: Into<Self>> Add<T> for Bytes
[src][+]
impl ByteSize for Bytes
[src][+]
impl Clone for Bytes
[src][+]
impl Copy for Bytes
[src]
impl Debug for Bytes
[src][+]
impl<T: Into<Self>> Div<T> for Bytes
[src][+]
impl Eq for Bytes
[src]
impl From<Pages> for Bytes
[src][+]
impl From<Pages> for Bytes
[src][+]
impl From<Words> for Bytes
[src][+]
impl From<Words> for Bytes
[src][+]
impl<T: Into<Self>> Mul<T> for Bytes
[src][+]
impl Ord for Bytes
[src][+]
impl PartialEq<Bytes> for Bytes
[src][+]
impl PartialOrd<Bytes> for Bytes
[src][+]
impl<T: Into<Bytes>> RoundUpTo<Bytes> for T
[src][+]
impl StructuralEq for Bytes
[src]
impl StructuralPartialEq for Bytes
[src]
impl<T: Into<Self>> Sub<T> for Bytes
[src][+]
Auto Trait Implementations
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> RoundUpTo<Bytes> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Bytes> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Bytes> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Bytes> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Bytes> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Pages> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
impl<T> RoundUpTo<Words> for T where
T: Into<Bytes>,
[src][+]
T: Into<Bytes>,
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>,