#[repr(transparent)]pub struct _SVGIO(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for _SVGIO
impl Abi for _SVGIO
impl 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