pub struct RawData(pub c_uint);
Expand description
Format to write/read from clipboard as raw bytes
Has to be initialized with format id
Tuple Fields§
§0: c_uint
Trait Implementations§
Source§impl Format for RawData
impl Format for RawData
Source§fn is_format_avail(&self) -> bool
fn is_format_avail(&self) -> bool
Returns whether format is present on clipboard
impl Copy for RawData
Auto Trait Implementations§
impl Freeze for RawData
impl RefUnwindSafe for RawData
impl Send for RawData
impl Sync for RawData
impl Unpin for RawData
impl UnwindSafe for RawData
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