Home
last modified time | relevance | path

Searched defs:BytesWriteError (Results 1 – 21 of 21) sorted by relevance

/xiu/library/bytesio/src/
H A Dbytes_writer.rs29 pub fn write_u8(&mut self, byte: u8) -> Result<(), BytesWriteError> { in write_u8() argument
34 pub fn or_u8_at(&mut self, position: usize, byte: u8) -> Result<(), BytesWriteError> { in or_u8_at() argument
45 pub fn add_u8_at(&mut self, position: usize, byte: u8) -> Result<(), BytesWriteError> { in add_u8_at() argument
71 pub fn write_u16<T: ByteOrder>(&mut self, bytes: u16) -> Result<(), BytesWriteError> { in write_u16() argument
97 pub fn write(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in write() argument
102 pub fn prepend(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in prepend() argument
114 pub fn write_random_bytes(&mut self, length: u32) -> Result<(), BytesWriteError> { in write_random_bytes() argument
167 pub fn write_u8(&mut self, byte: u8) -> Result<(), BytesWriteError> { in write_u8() argument
187 pub fn write(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in write() argument
191 pub fn write_random_bytes(&mut self, length: u32) -> Result<(), BytesWriteError> { in write_random_bytes() argument
[all …]
H A Dbytes_errors.rs60 pub struct BytesWriteError { struct
61 pub value: BytesWriteErrorValue, argument
76 impl From<io::Error> for BytesWriteError { implementation
84 impl From<BytesIOError> for BytesWriteError { implementation
108 impl fmt::Display for BytesWriteError { implementation
114 impl Fail for BytesWriteError { implementation
H A Dbits_errors.rs11 BytesWriteError(BytesWriteError), enumerator
/xiu/library/container/mpegts/src/
H A Dutils.rs6 pub fn pcr_write(pcr_result: &mut BytesWriter, pcr: i64) -> Result<(), BytesWriteError> { in pcr_write() argument
H A Derrors.rs14 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Derrors.rs15 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtsp/src/rtp/
H A Derrors.rs35 BytesWriteError(#[cause] BytesWriteError), enumerator
64 BytesWriteError(#[cause] BytesWriteError), enumerator
H A Drtp_header.rs66 fn marshal(&self) -> Result<BytesMut, BytesWriteError> { in marshal() argument
H A Dmod.rs72 fn marshal(&self) -> Result<BytesMut, BytesWriteError> { in marshal() argument
/xiu/protocol/rtmp/src/user_control_messages/
H A Derrors.rs18 BytesWriteError(BytesWriteError), enumerator
/xiu/library/streamhub/src/
H A Derrors.rs25 BytesWriteError(BytesWriteError), enumerator
/xiu/library/container/flv/src/
H A Derrors.rs56 BytesWriteError(BytesWriteError), enumerator
93 BytesWriteError(#[cause] BytesWriteError), enumerator
155 BytesWriteError(#[cause] BytesWriteError), enumerator
/xiu/protocol/rtmp/src/protocol_control_messages/
H A Derrors.rs16 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtmp/src/chunk/
H A Derrors.rs46 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtmp/src/amf0/
H A Derrors.rs49 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtsp/src/session/
H A Derrors.rs24 BytesWriteError(#[cause] BytesWriteError), enumerator
/xiu/protocol/webrtc/src/session/
H A Derrors.rs24 BytesWriteError(#[cause] BytesWriteError), enumerator
/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs34 BytesWriteError(#[cause] BytesWriteError), enumerator
/xiu/protocol/rtmp/src/handshake/
H A Derrors.rs12 BytesWriteError(BytesWriteError), enumerator
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs196 ) -> Result<(), BytesWriteError> { in send_rr() argument
/xiu/protocol/rtmp/src/session/
H A Derrors.rs30 BytesWriteError(#[cause] BytesWriteError), enumerator