pub struct PStdBuffer {
pub scale: bool,
pub size: u16,
}Expand description
P-STD_buffer sub-field of PesExtension.
Fields§
§scale: boolP-STD buffer size scale: false = 128 bytes/unit, true = 1024 bytes/unit.
size: u1613-bit buffer size in units of the scale.
Trait Implementations§
Source§impl Clone for PStdBuffer
impl Clone for PStdBuffer
Source§fn clone(&self) -> PStdBuffer
fn clone(&self) -> PStdBuffer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PStdBuffer
Source§impl Debug for PStdBuffer
impl Debug for PStdBuffer
impl Eq for PStdBuffer
Source§impl PartialEq for PStdBuffer
impl PartialEq for PStdBuffer
Source§impl Serialize for PStdBuffer
Available on crate feature serde only.
impl Serialize for PStdBuffer
Available on crate feature
serde only.impl StructuralPartialEq for PStdBuffer
Auto Trait Implementations§
impl Freeze for PStdBuffer
impl RefUnwindSafe for PStdBuffer
impl Send for PStdBuffer
impl Sync for PStdBuffer
impl Unpin for PStdBuffer
impl UnsafeUnpin for PStdBuffer
impl UnwindSafe for PStdBuffer
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