Struct gmime::StreamMmap [−]
Methods
impl StreamMmap
[src]
[−]
impl StreamMmap
pub fn new(fd: i32, prot: i32, flags: i32) -> StreamMmap
[src]
[−]
pub fn new(fd: i32, prot: i32, flags: i32) -> StreamMmap
Creates a new StreamMmap
object around fd
.
fd
file descriptor
prot
protection flags
flags
map flags
Returns
a stream using fd
.
pub fn new_with_bounds(
fd: i32,
prot: i32,
flags: i32,
start: i64,
end: i64
) -> StreamMmap
[src]
[−]
pub fn new_with_bounds(
fd: i32,
prot: i32,
flags: i32,
start: i64,
end: i64
) -> StreamMmap
Trait Implementations
impl Clone for StreamMmap
[+]
impl Clone for StreamMmap
impl Debug for StreamMmap
[+]
impl Debug for StreamMmap
impl Hash for StreamMmap
[+]
impl Hash for StreamMmap
impl StaticType for StreamMmap
[+]
impl StaticType for StreamMmap
impl<T: IsA<Object>> PartialEq<T> for StreamMmap
[+]
impl<T: IsA<Object>> PartialEq<T> for StreamMmap
impl Eq for StreamMmap
impl Eq for StreamMmap
impl IsA<Stream> for StreamMmap
impl IsA<Stream> for StreamMmap
impl IsA<Object> for StreamMmap
impl IsA<Object> for StreamMmap
Auto Trait Implementations
impl !Send for StreamMmap
impl !Send for StreamMmap
impl !Sync for StreamMmap
impl !Sync for StreamMmap