pub struct PointerAlignSpecs(/* private fields */);
Expand description
Represents a sorted collection of PointerAlignSpec
s.
Implementations§
Source§impl PointerAlignSpecs
impl PointerAlignSpecs
Sourcepub fn update(&mut self, spec: PointerAlignSpec)
pub fn update(&mut self, spec: PointerAlignSpec)
Update this list of pointer alignment specifications by inserting the given specification at the correct location, or rewriting an already present specification.
Trait Implementations§
Source§impl Debug for PointerAlignSpecs
impl Debug for PointerAlignSpecs
Source§impl Default for PointerAlignSpecs
impl Default for PointerAlignSpecs
Source§impl PartialEq for PointerAlignSpecs
impl PartialEq for PointerAlignSpecs
impl Eq for PointerAlignSpecs
impl StructuralPartialEq for PointerAlignSpecs
Auto Trait Implementations§
impl Freeze for PointerAlignSpecs
impl RefUnwindSafe for PointerAlignSpecs
impl Send for PointerAlignSpecs
impl Sync for PointerAlignSpecs
impl Unpin for PointerAlignSpecs
impl UnwindSafe for PointerAlignSpecs
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