Struct rinimp3::Bs[][src]

#[repr(C)]
pub struct Bs<'a> { pub buf: &'a [u8], pub pos: i32, pub limit: i32, }

Fields

Methods

impl<'a> Bs<'a>
[src]

Trait Implementations

impl<'a> Copy for Bs<'a>
[src]

impl<'a> Debug for Bs<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Bs<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Clone for Bs<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for Bs<'a>

impl<'a> Sync for Bs<'a>