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