pub struct ChannelArray<'a> { /* private fields */ }Expand description
Represents a mutable channel array in an MDF file.
Implementations§
Methods from Deref<Target = ChannelArrayRef<'a>>§
Sourcepub fn get_storage(&self) -> u8
pub fn get_storage(&self) -> u8
Gets the storage type of the channel array.
Sourcepub fn get_nof_elements(&self) -> u64
pub fn get_nof_elements(&self) -> u64
Gets the number of elements in the channel array.
Trait Implementations§
Source§impl<'a> Debug for ChannelArray<'a>
impl<'a> Debug for ChannelArray<'a>
Auto Trait Implementations§
impl<'a> Freeze for ChannelArray<'a>
impl<'a> RefUnwindSafe for ChannelArray<'a>
impl<'a> !Send for ChannelArray<'a>
impl<'a> !Sync for ChannelArray<'a>
impl<'a> Unpin for ChannelArray<'a>
impl<'a> UnsafeUnpin for ChannelArray<'a>
impl<'a> UnwindSafe for ChannelArray<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more