#[repr(C)]pub struct apr_xml_ns_scope {
pub _address: u8,
}Expand description
namespaces scoped by this elem
Fields§
§_address: u8Trait Implementations§
Source§impl Clone for apr_xml_ns_scope
impl Clone for apr_xml_ns_scope
Source§fn clone(&self) -> apr_xml_ns_scope
fn clone(&self) -> apr_xml_ns_scope
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 Debug for apr_xml_ns_scope
impl Debug for apr_xml_ns_scope
impl Copy for apr_xml_ns_scope
Auto Trait Implementations§
impl Freeze for apr_xml_ns_scope
impl RefUnwindSafe for apr_xml_ns_scope
impl Send for apr_xml_ns_scope
impl Sync for apr_xml_ns_scope
impl Unpin for apr_xml_ns_scope
impl UnsafeUnpin for apr_xml_ns_scope
impl UnwindSafe for apr_xml_ns_scope
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