#[repr(C)]pub struct RL_VLC_ELEM {
pub level: i16,
pub len: i8,
pub run: u8,
}
Fields§
§level: i16
§len: i8
§run: u8
Trait Implementations§
Source§impl Clone for RL_VLC_ELEM
impl Clone for RL_VLC_ELEM
Source§fn clone(&self) -> RL_VLC_ELEM
fn clone(&self) -> RL_VLC_ELEM
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RL_VLC_ELEM
impl Debug for RL_VLC_ELEM
impl Copy for RL_VLC_ELEM
Auto Trait Implementations§
impl Freeze for RL_VLC_ELEM
impl RefUnwindSafe for RL_VLC_ELEM
impl Send for RL_VLC_ELEM
impl Sync for RL_VLC_ELEM
impl Unpin for RL_VLC_ELEM
impl UnwindSafe for RL_VLC_ELEM
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