Trait memory_units::ByteSize [−][src]
A trait defining the size, in bytes, of one unit of Self
.
Example
println!("The size of one word in bytes is {}.", Words::byte_size().0);
Required methods
Loading content...Implementors
Loading content...