#[repr(C)]pub enum XlinkShow {
XlinkShowNone = 0,
XlinkShowNew = 1,
XlinkShowEmbed = 2,
XlinkShowReplace = 3,
}Variants§
Trait Implementations§
impl Copy for XlinkShow
impl Eq for XlinkShow
impl StructuralPartialEq for XlinkShow
Auto Trait Implementations§
impl Freeze for XlinkShow
impl RefUnwindSafe for XlinkShow
impl Send for XlinkShow
impl Sync for XlinkShow
impl Unpin for XlinkShow
impl UnwindSafe for XlinkShow
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