Struct _SVGIO
#[repr(transparent)]pub struct _SVGIO(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl BitAndAssign for _SVGIO
 
impl BitAndAssign for _SVGIO
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOrAssign for _SVGIO
 
impl BitOrAssign for _SVGIO
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read moreimpl Copy for _SVGIO
impl Eq for _SVGIO
impl StructuralPartialEq for _SVGIO
Auto Trait Implementations§
impl Freeze for _SVGIO
impl RefUnwindSafe for _SVGIO
impl Send for _SVGIO
impl Sync for _SVGIO
impl Unpin for _SVGIO
impl UnwindSafe for _SVGIO
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