#[repr(C)]pub struct CSzCoderInfo {
pub PropsOffset: usize,
pub MethodID: UInt32,
pub NumStreams: Byte,
pub PropsSize: Byte,
}Fields§
§PropsOffset: usize§MethodID: UInt32§NumStreams: Byte§PropsSize: ByteTrait Implementations§
Source§impl Clone for CSzCoderInfo
impl Clone for CSzCoderInfo
Source§fn clone(&self) -> CSzCoderInfo
fn clone(&self) -> CSzCoderInfo
Returns a duplicate 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 CSzCoderInfo
impl Debug for CSzCoderInfo
impl Copy for CSzCoderInfo
Auto Trait Implementations§
impl Freeze for CSzCoderInfo
impl RefUnwindSafe for CSzCoderInfo
impl Send for CSzCoderInfo
impl Sync for CSzCoderInfo
impl Unpin for CSzCoderInfo
impl UnwindSafe for CSzCoderInfo
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