pub enum MsPointerModifierChildren<'tree> {
MsRestrictModifier(Box<MsRestrictModifier<'tree>>),
MsSignedPtrModifier(Box<MsSignedPtrModifier<'tree>>),
MsUnalignedPtrModifier(Box<MsUnalignedPtrModifier<'tree>>),
MsUnsignedPtrModifier(Box<MsUnsignedPtrModifier<'tree>>),
}Variants§
MsRestrictModifier(Box<MsRestrictModifier<'tree>>)
MsSignedPtrModifier(Box<MsSignedPtrModifier<'tree>>)
MsUnalignedPtrModifier(Box<MsUnalignedPtrModifier<'tree>>)
MsUnsignedPtrModifier(Box<MsUnsignedPtrModifier<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for MsPointerModifierChildren<'tree>
impl<'tree> Clone for MsPointerModifierChildren<'tree>
Source§fn clone(&self) -> MsPointerModifierChildren<'tree>
fn clone(&self) -> MsPointerModifierChildren<'tree>
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<'tree> Debug for MsPointerModifierChildren<'tree>
impl<'tree> Debug for MsPointerModifierChildren<'tree>
Source§impl<'tree> FromNode<'tree> for MsPointerModifierChildren<'tree>
impl<'tree> FromNode<'tree> for MsPointerModifierChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for MsPointerModifierChildren<'tree>
impl<'tree> RefUnwindSafe for MsPointerModifierChildren<'tree>
impl<'tree> Send for MsPointerModifierChildren<'tree>
impl<'tree> Sync for MsPointerModifierChildren<'tree>
impl<'tree> Unpin for MsPointerModifierChildren<'tree>
impl<'tree> UnsafeUnpin for MsPointerModifierChildren<'tree>
impl<'tree> UnwindSafe for MsPointerModifierChildren<'tree>
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