#[repr(C)]pub struct CbfDragUrlInfo {
pub url: *mut c_char,
pub title: *mut c_char,
}Fields§
§url: *mut c_char§title: *mut c_charTrait Implementations§
Source§impl Clone for CbfDragUrlInfo
impl Clone for CbfDragUrlInfo
Source§fn clone(&self) -> CbfDragUrlInfo
fn clone(&self) -> CbfDragUrlInfo
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 CbfDragUrlInfo
impl Debug for CbfDragUrlInfo
Source§impl Default for CbfDragUrlInfo
impl Default for CbfDragUrlInfo
Source§fn default() -> CbfDragUrlInfo
fn default() -> CbfDragUrlInfo
Returns the “default value” for a type. Read more
impl Copy for CbfDragUrlInfo
Auto Trait Implementations§
impl Freeze for CbfDragUrlInfo
impl RefUnwindSafe for CbfDragUrlInfo
impl !Send for CbfDragUrlInfo
impl !Sync for CbfDragUrlInfo
impl Unpin for CbfDragUrlInfo
impl UnsafeUnpin for CbfDragUrlInfo
impl UnwindSafe for CbfDragUrlInfo
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