#[repr(C)]pub struct RawIntersectionTypeNode {
pub node: RawNode,
pub _pad0: [u8; 8],
pub types: *const RawNodeList,
}Fields§
§node: RawNode§_pad0: [u8; 8]§types: *const RawNodeListTrait Implementations§
Source§impl Clone for RawIntersectionTypeNode
impl Clone for RawIntersectionTypeNode
Source§fn clone(&self) -> RawIntersectionTypeNode
fn clone(&self) -> RawIntersectionTypeNode
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 moreimpl Copy for RawIntersectionTypeNode
Auto Trait Implementations§
impl Freeze for RawIntersectionTypeNode
impl RefUnwindSafe for RawIntersectionTypeNode
impl !Send for RawIntersectionTypeNode
impl !Sync for RawIntersectionTypeNode
impl Unpin for RawIntersectionTypeNode
impl UnsafeUnpin for RawIntersectionTypeNode
impl UnwindSafe for RawIntersectionTypeNode
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