pub struct BlendBound {
pub xmt: u32,
pub header_references: [u32; 5],
pub sense: bool,
pub boundary_index: u32,
pub blend_surface: u32,
pub escaped: bool,
pub pos: usize,
}Expand description
A complete type-59 second-support bridge record.
Fields§
§xmt: u32Cross-reference index of the bridge record.
header_references: [u32; 5]Five ordered common-header references.
sense: boolSerialized orientation sense.
boundary_index: u32Zero- or one-valued blend boundary index.
blend_surface: u32Cross-reference index of the blend surface.
escaped: boolWhether the record tag uses the 0xff envelope escape.
pos: usizeType-tag offset in the inflated stream.
Trait Implementations§
Source§impl Clone for BlendBound
impl Clone for BlendBound
Source§fn clone(&self) -> BlendBound
fn clone(&self) -> BlendBound
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 BlendBound
Source§impl Debug for BlendBound
impl Debug for BlendBound
impl Eq for BlendBound
Source§impl PartialEq for BlendBound
impl PartialEq for BlendBound
impl StructuralPartialEq for BlendBound
Auto Trait Implementations§
impl Freeze for BlendBound
impl RefUnwindSafe for BlendBound
impl Send for BlendBound
impl Sync for BlendBound
impl Unpin for BlendBound
impl UnsafeUnpin for BlendBound
impl UnwindSafe for BlendBound
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